{% extends "documents/base.html" %} {% load i18n l10n %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} {% load bootstrap4 %} {% block titleextra %}{% trans "Cover image" %}{% endblock %} {% block content %}

{% trans "Cover image" %}

{% if editable %}
{% csrf_token %} {% endif %} {% bootstrap_form form %} {% if editable %} {% buttons %} {% endbuttons %} {% endif %}
{% if editable %}
{% endif %}
{% with perc=object.cut_percentages %} {% thumbnail object.file perc.th as th %} {% endthumbnail %} {% localize off %}
{% endlocalize %} {% endwith %}

{{ object.title }} by {{ object.author }}, {% if object.license_url %}{% endif %} {{ object.license_name }} {% if object.license_url %}{% endif %} {% if object.example %}
{% endif %}

{% trans "Used in:" %}

{% if object.book_set.exists %} {% else %}

{% trans "None" %}

{% endif %}
{% endblock %}