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

22 lines
396 B
HTML
Raw Normal View History

2016-02-25 17:34:49 +00:00
{% extends "withnav_template.html" %}
{% block page_title %}
Send letters GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
{% if current_user.has_permissions(['send_letters']) %}
Send letters
{% else %}
Letter templates
{% endif %}
2016-02-25 17:34:49 +00:00
</h1>
<p>
This page is where you would go to send letters.
</p>
{% endblock %}