X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/82a29bd6e0f7da1aa759d7f4481e6cf3c736f981..a3bff3a1ab98b4d4334901b906d602a5d1f0417a:/apps/archive/templates/archive/file_managed.html?ds=sidebyside diff --git a/apps/archive/templates/archive/file_managed.html b/apps/archive/templates/archive/file_managed.html index 01847a6..58f45ef 100755 --- a/apps/archive/templates/archive/file_managed.html +++ b/apps/archive/templates/archive/file_managed.html @@ -68,7 +68,9 @@

{% trans "Download MP3 file." %}

{% if audiobook.mp3_published %}

{% trans "Published:" %} {{ audiobook.mp3_published }}

- {% tags_table audiobook.mp3_published_tags.tags %} + {% if audiobook.mp3_published_tags.tags %} + {% tags_table audiobook.mp3_published_tags.tags %} + {% endif %} {% else %}

{% trans "Not published yet." %}

{% endif %} @@ -82,7 +84,9 @@

{% trans "Download Ogg Vorbis file." %}

{% if audiobook.ogg_published %}

{% trans "Published:" %} {{ audiobook.ogg_published }}

- {% tags_table audiobook.ogg_published_tags.tags %} + {% if audiobook.ogg_published_tags.tags %} + {% tags_table audiobook.ogg_published_tags.tags %} + {% endif %} {% else %}

{% trans "Not published yet." %}

{% endif %}