CONFIGCONTEXT_ACTIONS = """ {% if perms.extras.change_configcontext %} {% endif %} {% if perms.extras.delete_configcontext %} {% endif %} """ OBJECTCHANGE_FULL_NAME = """ {% load helpers %} {{ record.user.get_full_name|placeholder }} """ OBJECTCHANGE_OBJECT = """ {% if value.changed_object and value.changed_object.get_absolute_url %} {{ record.object_repr }} {% else %} {{ record.object_repr }} {% endif %} """ OBJECTCHANGE_REQUEST_ID = """ {{ value }} """