Files
mayan-edms/mayan/apps/appearance/templates/appearance/statistics.html
T

14 lines
366 B
HTML

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