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

18 lines
393 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>
Provided as PDF on {{ created_at|format_datetime_short }}
</p>
<p class="notification-status-cancelled">
2019-09-13 11:24:32 +01:00
Validation failed this is not a PDF file that Notify can read
</p>
{% endblock %}