mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
18 lines
374 B
HTML
18 lines
374 B
HTML
{% 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 %}
|