{% if template._template.archived %}

This template was deleted {{ template._template.updated_at|format_datetime_relative }}.

{% else %}
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %} {% endif %} {% if current_user.has_permissions('manage_templates') and template.template_type != 'letter' %} {% endif %}
{% endif %}
{% if current_user.has_permissions('manage_templates') and template.template_type == 'letter' %} Edit Edit {% endif %} {{ template|string }}