{% extends "base.html" %} {% block title %}Berichte - OC Sentinel{% endblock %} {% block content %} OrganisationZeitraumGeraeteWarnungKritischEventsErstellt {% for row in reports %}{{ row[1] }}{{ row[2] }} bis {{ row[3] }}{{ row[5] }}{{ row[6] }}{{ row[7] }}{{ row[8] }}{{ row[4] }}{% else %}Keine Wochenberichte.{% endfor %} {% endblock %}