{% extends "archive/list.html" %} {% load i18n %} {% block file-list-title %} {% trans "Unpublished audiobooks" %} {% endblock %} {% block file-list-info %} {% endblock %} {% block file-list %} {% for file in objects %}
  • {{ file }} {% if file.mp3_published %} MP3 {% else %}{% if file.mp3_status %} MP3 {% endif %}{% endif %} {% if file.ogg_published %} Ogg {% else %}{% if file.ogg_status %} Ogg {% endif %}{% endif %}
  • {% endfor %} {% endblock %}