{% from "components/banner.html" import banner_wrapper %}
{{ template|string }}
{% if template._template.archived %}

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

{% elif not current_user.has_permissions(ServicePermission.SEND_MESSAGES, 'manage_api_keys', ServicePermission.MANAGE_TEMPLATES, ServicePermission.MANAGE_SERVICE) or not user_has_template_permission %}

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

{% else %}
{% if current_user.has_permissions(ServicePermission.SEND_MESSAGES, restrict_admin_usage=True) %} Use this template {% endif %} {% if current_user.has_permissions(ServicePermission.MANAGE_TEMPLATES) %} Edit this template {% endif %}
{% endif %}