mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 04:09:46 -04:00
14 lines
295 B
HTML
14 lines
295 B
HTML
{% extends "withnav_template.html" %}
|
||
|
||
{% block page_title %}
|
||
{{ current_service.name }} – GOV.UK Notify
|
||
{% endblock %}
|
||
|
||
{% block maincolumn_content %}
|
||
|
||
<h2 class="heading-large">All templates used this year</h2>
|
||
|
||
{% include 'views/dashboard/template-statistics.html' %}
|
||
|
||
{% endblock %}
|