Files
notifications-admin/app/templates/views/notifications/invalid_precompiled_letter.html

18 lines
439 B
HTML
Raw Normal View History

{% extends "withnav_template.html" %}
{% block service_page_title %}
Letter
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Letter</h1>
<p class="govuk-body">
Provided as PDF on {{ created_at|format_datetime_short }}
</p>
<p class="notification-status-cancelled">
Validation failed Theres a problem with your letter. <br>Notify cannot read this PDF.
</p>
{% endblock %}