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

14 lines
295 B
HTML
Raw Normal View History

{% 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 %}