{% from 'components/message-count-label.html' import message_count_label %} {% from "components/banner.html" import banner_wrapper %}
{% if template._template.archived %}

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

{% elif not current_user.has_permissions('send_messages', 'manage_api_keys', 'manage_templates', 'manage_service') or not user_has_template_permission %}

If you need to send this {{ message_count_label(1, template.template_type, suffix='') }} or edit this template, contact your manager.

{% else %}
{% if template.template_type == 'letter' %} {% if letter_too_long %} {% call banner_wrapper(type='dangerous') %} {% include "partials/check/letter-too-long.html" %} {% endcall %} {% endif %} {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) and not letter_too_long %} {% endif %} {% elif template.template_type == 'broadcast' %} {% if current_user.has_permissions('send_messages') %} {% endif %} {% if current_user.has_permissions('manage_templates') %} {% endif %} {% else %} {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %} {% endif %} {% if current_user.has_permissions('manage_templates') %} {% endif %} {% endif %}
{% endif %}
{% if current_user.has_permissions('manage_templates') and template.template_type == 'letter' %} {% if not current_service.letter_branding_id %} Add logo {% endif %} Change Edit {% if current_service.count_letter_contact_details %} Edit {% else %} Edit {% endif %} {% endif %} {{ template|string }}