{% load dict_key_extras %} {% load get_attribute %} {% if come_from_admin %} {% endif %} {% for object in objects %} {% if come_from_admin %} {% endif %} {% endfor %}
Template name FilenameUserActions
{{ object.title }} {{ object.template.filename }} {{object.user}} {% if object.template_version|get_attribute:'is_disabled' %} Restore {% else %} {% if come_from_admin %} Versions {% url 'core-admin:core_dashboard_app_edit_template' object.template_version.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% else %} Versions {% url 'core_dashboard_app_edit_template' object.template_version.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% endif %} {% endif %}