{% extends 'core/core.html' %} {% load audiothek %} {% load static %} {% block title %}Beiträge - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %}Beiträge{% endblock %} {% block heading_action %}   {% endblock %} {% block content %} {% include 'audiothek/_radioreport_filter.html' %} {% if reports %} {% for report in reports %} {% endfor %}
Typ Titel Audiodateien Produktion Status
{{report.get_type_display}}
{% link report %} {{ report.audiofiles.all|length }} {{ report.production_date|date:"SHORT_DATE_FORMAT"|default:'-' }} {% include 'audiothek/_radioreport_pubstatus.html' with report=report %}
{% include 'core/_pagination.html' %} {% include 'audiothek/_radioreport_pubstatus_legend.html' %} {% else %} Keine Beiträge gefunden. {% endif %} {% endblock %} {% block extra_js %} {# explicit jquery call required https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#using-autocompletes-outside-the-admin #} {{ filter.form.media }} {% endblock %}