Files
mayan-edms/mayan/apps/main/templates/main/statistics.html
2014-09-13 01:24:39 -04:00

14 lines
354 B
HTML

{% extends 'main/base.html' %}
{% block title %} :: {{ title }}{% endblock %}
{% block content %}
{% for block in blocks %}
{% with block.title as title %}
{% with block.paragraphs as paragraphs %}
{% include 'main/generic_subtemplate.html' %}
{% endwith %}
{% endwith %}
{% endfor %}
{% endblock %}