{% extends "catalogue/base.html" %} {% load i18n %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} {% block content %}

{% trans "Cover image" %}


{{ object.title }} by {{ object.author }}, {% if object.license_url %}{% endif %} {{ object.license_name }} {% if object.license_url %}{% endif %}
{% trans "source" %}: {{ object.download_url }}
{% if editable %}
{% csrf_token %} {{ form.non_field_errors }} {% endif %} {{ form.as_table }} {% if editable %} {% endif %}
{% if editable %}
{% endif %}

{% trans "Used in:" %}

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

{% trans "None" %}

{% endif %} {% endblock %}