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

14 lines
285 B
HTML
Raw Normal View History

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