X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/52c28b63e294283d557c9b26d3a2b267a2938a09..7c22547b97790b80fff2b0ddfe760925f98bc199:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 99bbb39b2..11f16d046 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:" %}

+ + {% else %} +

+ {% 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 %} @@ -157,7 +181,7 @@ {% if extra_info.source_url %}
  • {% trans "Source of the book" %}
  • {% endif %} - {% if extra_info.about %} + {% if extra_info.about and not hide_about %}
  • {% trans "Book on the Editor's Platform" %}
  • {% endif %} {% if book.gazeta_link %}