{% extends 'stadt/stadt.html' %} {% load i18n %} {% block title %}Aktivität - {{ block.super }}{% 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 notification in object_list %}
  1. {% include 'associations/_activity_preview.html' with notification=notification group_avatar=True %}
  2. {% endfor %}
{% pagination _('More Activities') %} {% endblock %}