{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Reports & Statistics" %}{% endblock %} {% block helpdesk_body %}

{% trans "Reports & Statistics" %}

{% for h in headings %}{% endfor %} {% for d in data %} {% for f in d %}{% endfor %}{% endfor %}
{{ title }}
{% if forloop.first %}{{ h|title }}{% else %}{{ h }}{% endif %}
{{ f }}
{% if chart %}{% endif %} {% endblock %}