{% extends 'stadt/stadt.html' %}
{% block title %}{{ association.container }} - {{ block.super }}{% endblock %}
{% block menu %}{% menu association.entity %}{% endblock %}
{% block breadcrumb %}{% breadcrumb association.entity association.container %}{% endblock %}
{% block sidebar %}
{% if association.entity.is_group %}
{% include 'groups/_sidebar.html' with group=association.entity %}
{% else %}
{% if association.entity.public %}
{% include 'gestalten/_sidebar.html' with gestalt=association.entity %}
{% endif %}
{% endif %}
{% endblock %}