{% extends 'core/core.html' %} {% load program %} {% load audiothek %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %} {% link report %} {% endblock %} {% block content %} {% include 'moderation/_moderation_filter.html' %} {% if moderations %} {% for moderation in moderations %} {% endfor %}
Titel erstellt/zuletzt bearbeitet Aktionen
{% link moderation %} {% if moderation.report %}{% endif %} {% if moderation.note %}
{{ moderation.note }}{% endif %}
{{ moderation.creation_time|date:"SHORT_DATETIME_FORMAT" }} {{ moderation.creator|default:'-' }} {% if moderation.last_edit_time %}
{{ moderation.last_edit_time|date:"SHORT_DATETIME_FORMAT" }} {{ moderation.last_editor|default:'-' }} {% endif %}
{% if moderation.report.pk == report.pk %} bereits anderem Beitrag zugeordnet {% else %}   Zuordnen {% endif %}
{% include 'core/_pagination.html' %} {% else %} Keine Moderationen gefunden. {% endif %} {% endblock %}