{% extends "admin_base.html" %} {% block copyright %} {% endblock %} {% set body_id = 'template_list' %} {% set page_heading = 'Image templates' %} {% block body %} {{ super() }}
An image template is a group of image processing options, saved together under a single name. You can use templates to avoid repeating the same set of image options, to make image URLs simpler, or to define a standard set of image options in a central place. If an image is requested without a template, the system default template is automatically applied.
Name | Description | Action |
{{ template.name }} | {{ template.description }} | {% if is_permitted(SystemPermission.PERMIT_SUPER_USER) %} {% if template.name|lower != system_template_value|lower %} {% endif %} {% endif %} |