{% extends 'core/core.html' %} {% load program %} {% load audiothek %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %}
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 %} |