{% extends "website/base.html" %} {% load sekizai_tags staticfiles %} {% block feature_slider %} {% addtoblock "css" %} {% endaddtoblock %}
Einsatzplanung
{% if hasParticipationSetForAllEvents %} Sehr gut - du hast dich für alles eingetragen {% else %} Du hast dich noch nicht für alle Termine eingetragen!! {% endif %}
Forum
Nachricht an alle schreiben...
{% endblock %} {% block content %} {% addtoblock "css" strip %}{% endaddtoblock %} {% addtoblock "css" strip %}{% endaddtoblock %} {% addtoblock "css" strip %}{% endaddtoblock %} {% if event %} {% addtoblock "js" %} {% endaddtoblock %}

Der nächste Termin:

{{event.title}} ist am {{event.date}} um {{event.displaytime | time:"H:i" }} in {{event.location}}
{% if participation == "?" %} Du hast dich noch nicht für diesen Termin eingetragen! {% elif participation == "Yes" %} Du hast für diesen Termin zugesagt. {% elif participation == "No" %} Du hast für diesen Termin abgesagt. {%endif %}

Sekunden

Minuten

Stunden

Tage

{% endif %} {% addtoblock "js" %} {% if hasNextConcertInfo %} {% endif %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %} {% if hasNextConcertInfo %}
Fahrt zum Konzert:
Nächstes Konzert ist in {{nextConcert.location}} am {{nextConcert.date}} um {{nextConcert.time | time:"H:i" }}
{% if nextConcert.meeting_time %} Treffpunkt ist um {{ nextConcert.meeting_time | time:"H:i" }}
{% endif %}
Fahrzeit:
Strecke:
Schliessen
{% endif %} {% endblock %}