{% 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('send_messages', 'manage_api_keys', 'manage_templates', '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('send_messages', restrict_admin_usage=True) %} Use this template {% endif %} {% if current_user.has_permissions('manage_templates') %} Edit {% endif %}
{% endif %}