{% extends "layout.html" %} {% from "macros.html" import render_table %} {% block title %}Startseite{% endblock %} {% block content %} {% if protocol is not none %}
Datum: {{protocol.date|datify_long}}
{% endif %} {% if protocol.start_time is not none and protocol.end_time is not none %}Zeit: von {{protocol.start_time|timify}} bis {{protocol.end_time|timify}}
{% endif %} {% if protocol.location is not none %}Ort: {{protocol.location}}
{% endif %} {% if protocol.author is not none %}Protokollant: {{protocol.author}}
{% endif %} {% if protocol.participants is not none %}Anwesende: {{protocol.participants}}
{% endif %}