{% extends 'stadt/list.html' %} {% block title %}{{ tag }} - {{ site.name }}{% endblock %} {% block menu %}{% with menu='group' %}{{ block.super}}{% endwith %}{% endblock %} {% block breadcrumb %}{% breadcrumb 'Schlagworte' tag %}{% endblock %} {% block heading_title %}

Gruppen

{% endblock %} {% block sidebar %} {% if not no_data %} {% include 'events/_sidebar_calendar.html' with events=events hide_buttons=True %} {% endif %} {% endblock %} {% block heading %}

#{{ tag.name }}

{% endblock %} {% block content %} {% if no_data %}

Für dieses Schlagwort wurden noch keine Inhalte eingestellt

{% else %}

Wir haben {% if groups|length == 1 %}eine Gruppe{% else %}{{ groups|length }} Gruppen{% endif %} und {% if paginator.count == 1 %}einen Beitrag{% else %}{{ paginator.count }} Beiträge{% endif %} für das Schlagwort „{{ tag.name }}“ auf Stadtgestalten.

{# groups #} {% if groups|length > 0 %}

Gruppen

    {% for group in groups %}
  1. {% include 'groups/_preview.html' with group=group link=True %}
  2. {% endfor %}
{% endif %} {# content #} {% if paginator.count > 0 %}

Beiträge

    {% for content in content_page.object_list %}
  1. {% include 'content/_content_preview.html' %}
  2. {% endfor %}
{% include 'core/_pagination.html' with is_paginated=True page_obj=content_page %}
{% endif %} {% endif %} {% endblock %}