{% extends 'posts/show.html' %} {% load flatpages %} {% block title %}{{ post.title }} vom {{ post.event_start|date }}{% endblock %} {% block prev_text_big %}Vorherige
Sitzung{% endblock %} {% block next_text_big %}Nächste
Sitzung{% endblock %} {% block prev_text %}Vorherige Sitzung{% endblock %} {% block next_text %}Nächste Sitzung{% endblock %} {% block update_button_desktop %} {% if request.user.is_authenticated %} {% endif %} {% endblock %} {% block event_details_desktop %} {% endblock %} {% block post_body %} {% if post.has_agenda %}

Agenda

{{ post.agenda_html|safe }} {% endif %} {% if request.user.is_authenticated and post.has_protocol %}

Protokoll

{{ post.protocol_html|safe }} {% endif %} {% endblock %} {% block event_details_mobile %}

Termindetails:

{% endblock %} {% block docu_buttons %} {% if request.user.is_authenticated %} {% if post.has_agenda or post.has_protocol %}

Dokument(e):

{% endif %} {% if post.has_agenda %}
Agenda
{% endif %} {% if post.has_protocol %}
Protokoll
{% endif %} {% get_flatpages '/bs/' for user as pages %} {% if pages %}
{{ pages.first.title }}
{% endif %} {% endif %} {% endblock %} {% block update_button_mobile %} {% if request.user.is_authenticated %} FET Sitzung bearbeiten {% endif %} {% endblock %}