{% extends '_base.html' %} {% load helpers %} {% block content %}

{% block title %}Reports{% endblock %}

{% for module, module_reports in reports %}

{{ module|bettertitle }}

{% for report in module_reports %} {% if report.results %} {% else %} {% endif %} {% for method, stats in report.results.data.items %} {% endfor %} {% endfor %}
Name Description Last Run Status
{{ report.name }} {{ report.description|default:"" }}{{ report.results.created }}Never{% include 'extras/inc/report_label.html' %}
{{ method }}
{% endfor %}
{% endblock %}