{% extends "withnav_template.html" %} {% from "components/banner.html" import banner %} {% from "components/sms-message.html" import sms_message %} {% from "components/email-message.html" import email_message %} {% block page_title %} {{ uploaded_file_name }} – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

{{ uploaded_file_name }}

{% if 'sms' == template.template_type %}
{{ sms_message( template.formatted_as_markup, )}}
{% elif 'email' == template.template_type %} {{ email_message( template.subject, template.formatted_as_markup, from_address='{}@notifications.service.gov.uk'.format(service.email_from), from_name=service.name )}} {% endif %} {% if not finished_at %}
{% endif %} {% include 'partials/jobs/status.html' %} {% if not finished_at %}
{% endif %} {% if not finished_at %}
{% endif %} {% include 'partials/jobs/count.html' %} {% if not finished_at %}
{% endif %} {% if not finished_at %}
{% endif %} {% include 'partials/jobs/notifications.html' %} {% if not finished_at %}
{% endif %} {% endblock %}