mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Broke it here: https://github.com/alphagov/notifications-admin/pull/1150/files#diff-79c89468157588a8d045983245158e9bR4 Third time lucky…
14 lines
287 B
HTML
14 lines
287 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block service_page_title %}
|
|
All templates used this year
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="heading-large">All templates used this year</h1>
|
|
|
|
{% include 'views/dashboard/template-statistics.html' %}
|
|
|
|
{% endblock %}
|