{% extends "postorius/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block head_title %} {% trans 'Templates' %} {% endblock head_title %} {% block content %} {% list_nav 'templates' 'msgid:title:list_templates' %}

{% blocktrans with name=object.name %}Template '{{ name }}'{% endblocktrans %}
{{ object.description }}

{% csrf_token %}

{% blocktrans with name=object.name identifier=object.identifier %} Are you sure you want to delete the "{{ name }}" template from list "{{ identifier }}"? {% endblocktrans %}

{% trans 'Cancel' %} {{ view }}
{% endblock content %}