{% load i18n %} {% load catalogue_tags %} {% with extra_info=book.get_extra_info_json %}

{% if extra_info.license %} {% trans "This work is licensed under:" %} {{ 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 extra_info.source_name %}

{% trans "Resource prepared based on:" %} {{ extra_info.source_name }}

{% endif %} {% if extra_info.description %}

{{ extra_info.description }}

{% endif %} {% if extra_info.editor or extra_info.technical_editor %}

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

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

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

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

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

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

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

{% endif %} {% if extra_info.isbn_html %}

{{ extra_info.isbn_html }}

{% endif %} {% endwith %}