{% extends "catalogue/base.html" %} {% load i18n %} {% load build_absolute_uri from common_tags %} {% 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 }}
{% csrf_token %} {{ form.as_p }}
{% endblock %}