X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3e276f49505e607b72892b40d18ac2cef194497e..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/cover/templates/cover/image_detail.html diff --git a/apps/cover/templates/cover/image_detail.html b/apps/cover/templates/cover/image_detail.html index 16b8344d..db9b176f 100755 --- a/apps/cover/templates/cover/image_detail.html +++ b/apps/cover/templates/cover/image_detail.html @@ -1,15 +1,17 @@ {% extends "catalogue/base.html" %} {% load i18n %} {% load thumbnail %} -{% load build_absolute_uri from common_tags %} +{% load build_absolute_uri from fnp_common %} + +{% block titleextra %}{% trans "Cover image" %}{% endblock %} {% block content %}

{% trans "Cover image" %}

-
{{ object.title }} by {{ object.author }}, {% if object.license_url %}{% endif %} - {{ object.license_name }} + {{ object.license_name }} {% if object.license_url %}{% endif %}
{% trans "source" %}: {{ object.download_url }}
-{% if editable %}
{% csrf_token %}{% endif %} +{% if editable %} + + {% csrf_token %} +{% endif %} {{ form.as_table }} {% if editable %} @@ -34,9 +39,21 @@ {% if editable %}{% endif %} +

{% trans "Used in:" %}

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

{% trans "None" %}

+{% endif %} + + {% endblock %}