X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..e9263ed76910227deccdce1469b4edda3b833be1:/src/catalogue/templates/catalogue/book_info.html diff --git a/src/catalogue/templates/catalogue/book_info.html b/src/catalogue/templates/catalogue/book_info.html index e245335ee..948976174 100755 --- a/src/catalogue/templates/catalogue/book_info.html +++ b/src/catalogue/templates/catalogue/book_info.html @@ -2,18 +2,18 @@ {% load catalogue_tags %}

- {% if book.extra_info.license %} - {% trans "This work is licensed under:" %} - {{ book.extra_info.license_description }} - {% else %} - {% blocktrans %}This work isn't covered by copyright and is part of the - public domain, which means it can be freely used, published and - distributed. If there are any additional copyrighted materials - provided with this work (such as annotations, motifs etc.), those - materials are licensed under the - Creative Commons Attribution-ShareAlike 3.0 - license.{% endblocktrans %} - {% endif %} + {% if book.extra_info.license %} + {% trans "This work is licensed under:" %} + {{ book.extra_info.license_description }} + {% else %} + {% blocktrans %}This work isn't covered by copyright and is part of the + public domain, which means it can be freely used, published and + distributed. If there are any additional copyrighted materials + provided with this work (such as annotations, motifs etc.), those + materials are licensed under the + Creative Commons Attribution-ShareAlike 3.0 + license.{% endblocktrans %} + {% endif %}

{% if book.extra_info.source_name %} @@ -25,22 +25,33 @@ {% endif %} {% if book.extra_info.editor or book.extra_info.technical_editor %} -

{% if is_picture %} - {% trans "Edited by:" %} +

+ {% if is_picture %} + {% trans "Edited by:" %} {% else %} - {% trans "Edited and annotated by:" %} + {% trans "Edited and annotated by:" %} {% endif %} - {% all_editors book.extra_info %}.

+ {% all_editors book.extra_info %}. +

+{% endif %} + +{% if book.extra_info.publisher %} +

+ {% trans "Publisher:" %} + {{ book.publisher }} +

{% endif %} {% if book.extra_info.funders %} -

{% trans "Publication funded by:" %} - {% for funder in book.extra_info.funders %}{{ funder }}{% if not forloop.last %}, {% else %}.{% endif %}{% endfor %} +

+ {% trans "Publication funded by:" %} + {% for funder in book.extra_info.funders %}{{ funder }}{% if not forloop.last %}, {% else %}.{% endif %}{% endfor %}

{% endif %} {% if book.extra_info.cover_by %} -

{% trans "Cover image by:" %} - - {{ book.extra_info.cover_by }}.

+

+ {% trans "Cover image by:" %} + {{ book.extra_info.cover_by }}. +

{% endif %}