mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
14 lines
285 B
HTML
14 lines
285 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block service_page_title %}
|
|
{{ current_service.name }}
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="heading-large">All templates used this year</h1>
|
|
|
|
{% include 'views/dashboard/template-statistics.html' %}
|
|
|
|
{% endblock %}
|