{% extends "nav.html" %} {% block content %}
Uhrzeit: {{ event.start_time.format("%R") }} Uhr - {{ event.end_time.format("%R") }} Uhr
Veranstaltungsort: {{ event.location.as_ref().unwrap().name }}
Wachhabender: {% if event.voluntary_wachhabender %}FF{% else %}BF{% endif %}
Führungsassistent: {% if event.voluntary_fuehrungsassistent %}FF{% else %}BF{% endif %}
Anzahl der Posten: {{ event.amount_of_posten }}
Anzugsordnung: {{ event.clothing }}
Anmerkungen: {{ note }}
Wachhabender geplant: {{ wh }}
fuehrungsassistent geplant: {{ fa }}
Posten: {{ posten.join(", ")}}
Name | Funktion | Zeitraum | Kommentar | |
---|---|---|---|---|
{{ u.name }} | {{ u.function|show_tree|safe }} | {% if availabillity.start_time.is_some() && availabillity.end_time.is_some() %} {{ availabillity.start_time.as_ref().unwrap().format("%R") }} bis {{ availabillity.end_time.as_ref().unwrap().format("%R") }} {% else %} ganztägig {% endif %} | {{ availabillity.comment.as_deref().unwrap_or("") }} | {% if availabillity.user_id == user.id %} | {% endif %}