X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/ac39503a5a9a16c1098e65ee16a866cf8eb19a8f..631597417095f9adeaef8314862c1b9974e960c9:/src/archive/templates/archive/list_publishing.html diff --git a/src/archive/templates/archive/list_publishing.html b/src/archive/templates/archive/list_publishing.html old mode 100755 new mode 100644 index 055f05b..2a8512d --- a/src/archive/templates/archive/list_publishing.html +++ b/src/archive/templates/archive/list_publishing.html @@ -2,6 +2,9 @@ {% load i18n %} +{% block menu-active-publishing %}active{% endblock %} + + {% block file-list-title %} {% trans "Audiobooks being published" %} {% endblock %} @@ -9,15 +12,34 @@ {% block file-list-wrapper %} - {% for k, objects in status_objects %} -

{{ k.1 }}

- - {% endfor %} + {% for k, objects in status_objects %} +

{{ k.1 }}

+ + {% for file in objects %} + + + + + + + {% endfor %} +
+ + {{ file }} + {% if file.youtube_status == k.0 and file.youtube_volume %} +
+ + ({{ file.youtube_volume_index }}/{{ file.youtube_volume_count }}) + {{ file.youtube_volume }} + + {% endif %} +
+
+ {% 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 %}