{% extends 'stadt/stadt.html' %} {% block title %}Gespräche - {{ block.super }}{% endblock %} {% block menu %}{% with menu='conversation' %}{{ block.super }}{% endwith %}{% endblock %} {% block heading_title %} {% include 'core/_heading.html' with title='Aktivität' icon='sg-comments' %} {% endblock %} {% block heading_toolbar %}
{% csrf_token %}
{% endblock %} {% block content %}
    {% for association in association_list %}
  1. {% load associations %} {% include 'associations/_activity_preview.html' with group_avatar=True unread=association|unread:user.gestalt %}
  2. {% endfor %}
{% pagination 'Weitere Aktivität' %} {% endblock %}