{% extends 'stadt/stadt.html' %} {% load i18n %} {% block title %}{% trans 'Membership' %} - {{ block.super }}{% endblock %} {% block menu %}{% menu view.group %}{% endblock %} {% block breadcrumb %}{% breadcrumb view.group 'Mitgliedschaft' %}{% endblock %} {% block heading_title_text %}{% trans 'Membership' %}{% endblock %} {% block sidebar %} {% include 'associations/_sidebar_entity.html' with entity=view.group %} {% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans with group=view.group site=GROUPRISE_SITE_NAME trimmed %} Do you want to become a member of {{ group }} on {{ site }}? {% endblocktrans %} *

* {% trans 'In case you are not a member of the group in real live and want to join, please talk to a group member.' %}

{% endblock %}