{% extends "base.html" %} {% block title %}{{ t('reports.page_title') }}{% endblock %} {% block content %}
{{ t('reports.intro') }}
{{ t('reports.order_label') }} {% if sort == "date_desc" %}{{ t('reports.sort_newest') }}{% else %}{{ t('reports.sort_newest') }}{% endif %} · {% if sort == "date_asc" %}{{ t('reports.sort_oldest') }}{% else %}{{ t('reports.sort_oldest') }}{% endif %}
| {{ t('reports.th_session') }} | {{ t('reports.th_started') }} | {{ t('reports.th_finished') }} | {{ t('reports.th_status') }} | {{ t('reports.th_tenant') }} | {{ t('reports.th_technician') }} | {{ t('reports.th_db') }} | {{ t('reports.th_fs') }} | {{ t('reports.th_failures') }} | {{ t('reports.th_report') }} |
|---|---|---|---|---|---|---|---|---|---|
{{ s.session_id }} |
{{ s.started_at or "—" }} | {{ s.finished_at or "—" }} | {{ s.status }} | {{ s.tenant_name or "—" }} | {{ s.technician_name or "—" }} | {{ s.database_findings }} | {{ s.filesystem_findings }} | {{ s.scan_failures }} | {{ t('reports.download') }} |
| {{ t('reports.no_sessions') }} {{ t('reports.dashboard_link') }}. | |||||||||