Files
oc-sentinel/infra/debug-dashboard/templates/weekly_report.html
OfficeCom Codex 2f2a553fc2
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 23s
OfficeCom Sentinel Client / build-client-windows (push) Failing after 18s
Add weekly organization security reports
2026-07-26 03:16:47 +02:00

6 lines
187 B
HTML

{% extends "base.html" %}
{% block title %}{{ report[0] }} - Wochenbericht{% endblock %}
{% block content %}
<section class="report-frame">{{ report[4] | safe }}</section>
{% endblock %}