{% extends shell_base %} {% from "_zeit.html" import zeitspanne %} {% block title %}{{ zeitraum.name }} · CheckPoint Ehrenamt{% endblock %} {% block content %}

← Planung

{{ zeitraum.name }}

{{ zeitraum.start_datum.strftime('%d.%m.%Y') }} – {{ zeitraum.end_datum.strftime('%d.%m.%Y') }}
{{ "Veröffentlicht" if zeitraum.ist_veroeffentlicht else "In Planung" }}

Einsätze

{% if not zeitraum.ist_veroeffentlicht %}

Einsatz hinzufügen

{% include "_einsatz_felder.html" with context %}
{% endif %} {% endblock %}