1 {% extends "picture/picture_short.html" %}
3 {% load picture_tags thumbnail %}
6 {% block box-class %}book-wide-box{% endblock %}
8 {% block picture-view %}
9 {% thumbnail picture.image_file "535" upscale="false" as thumb %}
10 <img class="cover" src="{{thumb.url}}"/>
15 {% block book-box-extra-info %}
16 {% if themes or things%}
17 <div class="hidden-box-wrapper" id="theme-list-wrapper">
18 <p><a class="hidden-box-trigger theme-list-link"
19 href="#">{% trans "Motifs, themes and objects" %}</a></p>
20 <div class="hidden-box">
22 <p>{% trans "Motifs and themes" %}</p>
24 {% for theme in themes %}
25 <li><a href="{% url 'picture_viewer' picture.slug %}#theme-{{theme.slug}}">{{ theme }}</a></li>
30 <p>{% trans "Objects" %}</p>
32 {% for thing in things %}
33 <li><a href="{% url 'picture_viewer' picture.slug %}#object-{{thing.slug}}">{{ thing }}</a></li>
45 {% block right-column %}
46 <div class="right-column">
47 <div class="other-tools">
48 <h2 class="mono">{% trans "See" %}</h2>
50 {% if extra_info.source_url %}
51 <li><a href="{{ extra_info.source_url }}">{% trans "Source" %}</a> {% trans "of the picture" %}</li>
53 <li><a href="{{ picture.xml_file.url }}">{% trans "Source XML file" %}</a></li>
54 {% if extra_info.about and not hide_about %}
55 <li>{% trans "Picture on" %} <a href="{{ extra_info.about }}">{% trans "Editor's Platform" %}</a></li>
57 {% if picture.wiki_link %}
58 <li><a href="{{ picture.wiki_link }}">{% trans "Picture description on Wikipedia" %}</a></li>
64 <div class="other-download">
65 <h2 class="mono">{% trans "Download" %}</h2>
68 {% if related.media.mp3 or related.media.ogg or related.media.daisy %}
69 {% trans "Download all audiobooks for this book" %}:
70 {% download_audio book %}.
73 {% custom_pdf_link_li book %}