{% extends "archive/list.html" %} {% load i18n %} {% block file-list-title %} {% trans "Audiobooks being published" %} {% endblock %} {% block file-list-wrapper %} {% for k, objects in status_objects %}

{{ k.1 }}

{% for file in objects %} {% endfor %}
{{ file }} {% if file.mp3_status == k.0 %}MP3{% endif %} {% if file.ogg_status == k.0 %}Ogg{% endif %} {% if file.youtube_status == k.0 %}YouTube{% endif %}
{% endfor %} {% endblock %}