X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/51366edab95d0a1a6c5ae60d46c379b1048c55f5..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 index 3cccbaa..2a8512d 100644 --- 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 %} @@ -14,13 +17,27 @@ {% for file in objects %} - + + {% endfor %}
{{ file }} + + {{ 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 %} +