22.08. - 26.08.2023 in Gifhorn
{{ content.content_body }}
{% if content.group is defined %}
{% if content.group in content.path %}
{% with subpages=context.contents.filter(group=content.group).exclude(path=content.path).order_by("order") %}
{% for sp in subpages %}
{% endfor %}
{% endwith %}
{% endif %}
{% endif %}
{% if content.group == "en" %}
Contact
{% else %}
Kontakt
{% endif %}
{% endblock %}