mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 03:44:38 -05:00
18 lines
394 B
HTML
18 lines
394 B
HTML
{% 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">
|
||
Validation failed – this isn’t a PDF file that Notify can read
|
||
</p>
|
||
{% endblock %}
|