{% extends 'stadt/stadt.html' %} {% load i18n %} {% block title %}{% trans 'Discussion' %} - {{ GROUPRISE_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 %}
{% blocktrans with group=view.entity trimmed %} {{ group }} is a closed group. Please describe why you want to join it. Afterwards the group members will decide about your request. {% endblocktrans %}
{% endif %} {% include 'conversations/_create_form.html' with membership_application=view.with_membership_application %} {% endblock %}