X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1ca6872afcca0bb6fb4c0c11fdad3b760a2362a1..e9f9c3887d9c9e45401257a78d3182f17a5a8146:/apps/picture/templates/picture/picture_wide.html diff --git a/apps/picture/templates/picture/picture_wide.html b/apps/picture/templates/picture/picture_wide.html index 6eec8d47b..e2fab8cab 100644 --- a/apps/picture/templates/picture/picture_wide.html +++ b/apps/picture/templates/picture/picture_wide.html @@ -1,29 +1,40 @@ {% extends "picture/picture_short.html" %} {% load i18n %} {% load picture_tags thumbnail %} -{% load cite_promo from social_tags %} {% block box-class %}book-wide-box{% endblock %} {% block picture-view %} -{% thumbnail picture.image_file "535" upscale="false" as thumb %} - + +{% thumbnail picture.image_file "535" upscale=0 as thumb %} + {% endthumbnail %} {% endblock %} {% block book-box-extra-info %} -{% if themes %} +{% if themes or things%}
-

{% trans "Motifs and themes" %}

+

{% trans "Motifs, themes and objects" %}

-
{% else %} @@ -34,37 +45,35 @@ {% block right-column %}
- INFO - {% comment %}
+

{% trans "See" %}

+ + {% comment %}

{% trans "Download" %}

  • {% if related.media.mp3 or related.media.ogg or related.media.daisy %} {% trans "Download all audiobooks for this book" %}: - {% download_audio book %}. + {% download_audio book %}. {% endif %}
  • {% custom_pdf_link_li book %}
-
{% endcomment %} +
+ {% endcomment %}
{% endblock %}