X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/1a4d5a8854ec1d28af13d653255dfcc12aad7608..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 83d631d..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,7 +17,18 @@ {% for file in objects %} - +
{{ 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 %}