{% extends "admin_base.html" %} {% block copyright %} {% endblock %} {% set body_id = 'template_list' %} {% set page_heading = 'Templates' %} {% block body %} {{ super() }}
Name | Description | Action |
{{ template.name }} | {{ template.description }} | {% if is_permitted(SystemPermission.PERMIT_SUPER_USER) %} {% if template.name|lower != system_template_value|lower %} {% endif %} {% endif %} |