{% extends "layout.html" %} {% from "macros.html" import render_table, render_form %} {% block title %}Protokolle{% endblock %} {% block content %}
{{render_form(search_form, class_="form-inline", action_url=url_for("list_protocols"), action_text="Suchen", labels_visible=False, method="GET")}} {{render_table(protocols_table)}}
Geplant, Fertig, Veröffentlicht
{% include "pagination-footer.html" %}
{% endblock %}