X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f030289137a031a2e78f9aadb9ce075d8de76649..510a4d0c1e4496bee580f8a1dff2f3674fdb727c:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index e6cc0f46c..ff7b5199a 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -46,13 +46,16 @@ {% trans "Read online" %} {% endif %}
- {% if book.has_pdf_file %} + {% if book.pdf_file %} {% trans {% endif %} {% if book.root_ancestor.epub_file %} {% trans {% endif %} - {% if book.has_txt_file %} + {% if book.mobi_file %} + {% trans + {% endif %} + {% if book.txt_file %} {% trans {% endif %} {% for media in book.get_odt %} @@ -118,13 +121,15 @@ {% else %}

- {% with cs=projects.0.0 fb=projects.0.1 %} + {% 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 %} @@ -179,6 +184,9 @@ {% if extra_info.source_url %}
  • {% trans "Source of the book" %}
  • {% endif %} + {% if extra_info.about and not hide_about %} +
  • {% trans "Book on the Editor's Platform" %}
  • + {% endif %} {% if book.gazeta_link %}
  • {% trans "Book description on Lektury.Gazeta.pl" %}
  • {% endif %}