1 {% extends "archive/list.html" %}
5 {% block menu-active-publishing %}active{% endblock %}
8 {% block file-list-title %}
9 {% trans "Audiobooks being published" %}
14 {% block file-list-wrapper %}
15 {% for k, objects in status_objects %}
18 {% for file in objects %}
21 <a href='{% url "file" file.id %}'>
23 {% if file.youtube_status == k.0 and file.youtube_volume %}
26 ({{ file.youtube_volume_index }}/{{ file.youtube_volume_count }})
27 {{ file.youtube_volume }}
32 <td class="text-warning">
33 {% if file.mp3_status == k.0 %}MP3{% endif %}
35 <td class="text-warning">
36 {% if file.ogg_status == k.0 %}Ogg{% endif %}
38 <td class="text-warning">
39 {% if file.youtube_status == k.0 %}YouTube{% endif %}