2016-04-20 14:09:38 +01:00
|
|
|
{% extends "withnav_template.html" %}
|
|
|
|
|
|
2017-02-23 15:34:13 +00:00
|
|
|
{% block service_page_title %}
|
2017-02-24 11:58:34 +00:00
|
|
|
All templates used this year
|
2016-04-20 14:09:38 +01:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
2016-05-11 15:05:40 +01:00
|
|
|
|
2017-02-23 15:41:56 +00:00
|
|
|
<h1 class="heading-large">All templates used this year</h1>
|
2016-05-11 15:05:40 +01:00
|
|
|
|
|
|
|
|
{% include 'views/dashboard/template-statistics.html' %}
|
|
|
|
|
|
2016-04-20 14:09:38 +01:00
|
|
|
{% endblock %}
|