{% extends "layout/base.html" %} {% block content %}

Reports

Create report definitions and generate raw output for testing.
New report
Report definitions
Configure reports with custom periods, columns, and optional scheduling.
{% if initial_reports %} {% for item in initial_reports %} {% endfor %} {% else %} {% endif %}
Name Type Period Format Actions
{{ item.name }}
{{ item.description }}
{{ item.report_type }} {% if item.period_start or item.period_end %} {{ item.period_start.replace('T',' ') if item.period_start else '' }} → {{ item.period_end.replace('T',' ') if item.period_end else '' }} {% else %} {% endif %} {{ item.output_format }} Edit Download {% if active_role in ('admin','operator','reporter') %} {% endif %}
No reports found.
{% endblock %}