{% 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 %}
{{ h }}
{{ f }}
{% if chart %}{% endif %} {% endblock %}