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

14 lines
287 B
HTML
Raw Normal View History

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