X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b8b38831554745dd2de866c71f526bfbc19c7e9..e8a39561742ca18333e696b7b118b8edcc8aa3ea:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 54548007e..7d0adcb3c 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -103,8 +103,32 @@ {% endif %} -
{% blocktrans with 'CzytamySÅuchajÄ c' as cs %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %} -
+ {% if projects|length > 1 %} +{% trans "Audiobooks were prepared as a part of the projects:" %}
++ {% with projects.0.0 as cs %} + {% with projects.0.1 as fb %} + {% if fb %} + {% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project funded by {{ fb }}.{% endblocktrans %} + {% else %} + {% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %} + {% endif %} + {% endwith %} + {% endwith %} +
+ {% endif %} {% endif %}