X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eaf0711613bea8181528d8911b30ef7976b7bb42..c2e8051452fa55db096553cbe5ae622fc363d481:/src/catalogue/templates/catalogue/snippets/jplayer.html diff --git a/src/catalogue/templates/catalogue/snippets/jplayer.html b/src/catalogue/templates/catalogue/snippets/jplayer.html index 46eef4066..8847f99a0 100644 --- a/src/catalogue/templates/catalogue/snippets/jplayer.html +++ b/src/catalogue/templates/catalogue/snippets/jplayer.html @@ -32,13 +32,15 @@
  • {{ i.mp3.name }}
    - {% trans "Artist:" %} {{ i.mp3.extra_info.artist_name }}, - {% trans "director:" %} {{ i.mp3.extra_info.director_name }} + {% with extra_info=i.mp3.get_extra_info_json %} + {% trans "Artist:" %} {{ extra_info.artist_name }}, + {% trans "director:" %} {{ extra_info.director_name }}

    - {% with fb=i.mp3.extra_info.funded_by %} + {% with fb=extra_info.funded_by %} {% if fb %}Dofinansowano ze środków: {{ fb }}.{% endif %} {% endwith %}

    + {% endwith %}