Deleting a template is not a reversible change. Any apps associated
with this template will be removed, and cannot be recovered.
{% extends 'layouts/base.html' %} {% import 'macros/form_macros.html' as f %} {% set deletion_endpoint = 'templates.delete_template_request' %} {% set endpoints = [ ('templates.template_info', 'Template Information'), ('templates.template_content', 'Template Content'), (deletion_endpoint, 'Delete Template') ] %} {% macro navigation(items) %}
{% endmacro %} {# Show data for template #} {% macro template_info(template) %}Template Name | {{ template.name }} |
Template URL | {{ template.url }} |