mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 18:38:24 -04:00
18 lines
372 B
HTML
18 lines
372 B
HTML
|
|
{% extends "withnav_template.html" %}
|
|||
|
|
|
|||
|
|
{% block page_title %}
|
|||
|
|
{{ current_service.name }} – GOV.UK Notify
|
|||
|
|
{% endblock %}
|
|||
|
|
|
|||
|
|
{% block maincolumn_content %}
|
|||
|
|
<h1 class='heading-large'>
|
|||
|
|
Templates used this year
|
|||
|
|
</h1>
|
|||
|
|
<p>
|
|||
|
|
1 April 2016 to date
|
|||
|
|
</p>
|
|||
|
|
{% with period = "" %}
|
|||
|
|
{% include 'views/dashboard/template-statistics.html' %}
|
|||
|
|
{% endwith %}
|
|||
|
|
{% endblock %}
|