+ {% if reports %}
{% for module, module_reports in reports %}
-
{{ module|bettertitle }}
-
-
-
- Name |
- Status |
- Description |
- Last Run |
-
-
-
- {% for report in module_reports %}
+ {{ module|bettertitle }}
+
+
-
- {{ report.name }}
- |
-
- {% include 'extras/inc/report_label.html' %}
- |
- {{ report.description|default:"" }} |
- {% if report.result %}
- {{ report.result.created }} |
- {% else %}
- Never |
- {% endif %}
+ Name |
+ Status |
+ Description |
+ Last Run |
- {% for method, stats in report.result.data.items %}
+
+
+ {% for report in module_reports %}
-
- {{ method }}
+ |
+ {{ report.name }}
|
-
-
-
-
-
+ |
+ {% include 'extras/inc/report_label.html' %}
|
+ {{ report.description|default:"" }} |
+ {% if report.result %}
+ {{ report.result.created }} |
+ {% else %}
+ Never |
+ {% endif %}
+ {% for method, stats in report.result.data.items %}
+
+
+ {{ method }}
+ |
+
+
+
+
+
+ |
+
+ {% endfor %}
{% endfor %}
- {% endfor %}
-
-
- {% endfor %}
+
+
+ {% endfor %}
+ {% else %}
+
+ No reports found.
+
+ {% endif %}