{% extends 'core/core.html' %} {% load audiothek %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %} {% link moderation %} {% endblock %} {% block content %} {% include 'audiothek/_radioreport_filter.html' %} {% if reports %} {% for report in reports %} {% endfor %}
Typ Titel Audiodateien Produktion Status Aktion
{{ report.type }}
{% link report %} {{ report.audiofiles.all|length }} {{ report.production_date|date:"SHORT_DATE_FORMAT"|default:'-' }} {% include 'audiothek/_radioreport_pubstatus.html' with report=report %} Zuordnen
{% include 'core/_pagination.html' %} {% include 'audiothek/_radioreport_pubstatus_legend.html' %} {% else %} Keine Beiträge gefunden. {% endif %} {% endblock %}