{% extends 'stadt/stadt.html' %} {% load i18n %} {% load events groups rules %} {% block heading_title %} {% include 'core/_heading.html' with title='Beiträge' icon='sg-pen' %} {% endblock %} {% block heading_toolbar %} {% has_perm 'content.create' user as can_create %} {% if can_create %} {% dropdown 'content-new' ' Beitrag' %}
  • Artikel schreiben
  • Veranstaltung eintragen
  • Bildergalerie anlegen
  • (Termin-)Umfrage beginnen
  • {% if about_group %}
  • Weitere Möglichkeiten
  • {% endif %} {% enddropdown %} {% endif %} {% endblock %} {% block sidebar %} {% sidebar_calendar paginator.object_list component_id='content-calendar' %} {% sidebar_groups user %} {% endblock %} {% block content %} {% comment %} {% if show_filter %}
    {{ filter.form }}
    {% endif %} {% endcomment %}
    {% include 'content/_list.html' with associations=object_list %} {% pagination _('More Items') %}
    {% test_rule "matrix_chat.can_view_public_feed" as matrix_chat_show_public_feed_link %} {% if matrix_chat_show_public_feed_link %}
    {% trans 'Receive Chat Notifications for new Content' %}
    {% endif %} {% endblock %}