Files
notifications-admin/app/templates/views/dashboard/all-template-statistics.html

18 lines
374 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "withnav_template.html" %}
{% block page_title %}
{{ current_service.name }} GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row bottom-gutter">
<div class="column-half">
<h2 class="heading-large">Templates sent</h2>
</div>
</div>
{% include 'views/dashboard/template-statistics.html' %}
{% endblock %}