{% extends 'core/core.html' %} {% load activity %} {% block title %}Sendungsaktivitäten - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %} Bearbeitungsverläufe zu allen Beiträgen {% endblock %} {% block content %} {% include 'core/_pagination.html' %} {% for action in actions %} {% empty %} {% endfor %}
Datum/Zeit Aktion
{{ action.timestamp|date:"SHORT_DATETIME_FORMAT" }} {{ action.actor }} {{ action.verb }} {% if action.action_object %}{% link action.action_object %} zu {% endif %} {% link action.target %}
keine Ergebnisse
{% include 'core/_pagination.html' %} {% endblock %}