{% extends 'stadt/stadt.html' %} {% load crispy_forms_tags %} {% block title %}Gespräch - {{ site.name }}{% endblock %} {% block menu %} {% if view.entity.is_group %} {% with group=view.entity menu='conversation' %}{{ block.super }}{% endwith %} {% else %} {% with menu='conversation' %}{{ block.super }}{% endwith %} {% endif %} {% endblock %} {% block breadcrumb %}{% breadcrumb view.entity 'Gespräch' %}{% endblock %} {% block heading_title %}

Gespräch

{% endblock %} {% block sidebar %} {% if view.entity.is_group %} {% include 'groups/_sidebar.html' with group=view.entity %} {% else %} {% if view.entity.public %} {% include 'gestalten/_sidebar.html' with gestalt=view.entity %} {% endif %} {% endif %} {% endblock %} {% block content %} {% include 'conversations/_create_form.html' %} {% endblock %}