X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/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..3cccbaa --- a/src/archive/templates/archive/list_publishing.html +++ b/src/archive/templates/archive/list_publishing.html @@ -9,15 +9,20 @@ {% 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.mp3_status == k.0 %}MP3{% endif %} + + {% if file.ogg_status == k.0 %}Ogg{% endif %} +
+ {% endfor %} {% endblock %}