1 {% extends "picture/picture_short.html" %}
3 {% load picture_tags thumbnail %}
4 {% load cite_promo from social_tags %}
7 {% block box-class %}book-wide-box{% endblock %}
9 {% block picture-view %}
10 {% thumbnail picture.image_file "535" upscale="false" as thumb %}
11 <img class="cover" src="{{thumb.url}}"/>
16 {% block book-box-extra-info %}
17 {% if themes or things%}
18 <div class="hidden-box-wrapper" id="theme-list-wrapper">
19 <p><a class="hidden-box-trigger theme-list-link"
20 href="#">{% trans "Motifs, themes and objects" %}</a></p>
21 <div class="hidden-box">
23 <p>{% trans "Motifs and themes" %}</p>
25 {% for theme in themes %}
26 <li><a href="{% url 'picture_viewer' picture.slug %}#theme-{{theme.slug}}">{{ theme }}{# ({{ theme.picture_count }})#}</a></li>
31 <p>{% trans "Objects" %}</p>
33 {% for thing in things %}
34 <li><a href="{% url 'picture_viewer' picture.slug %}#object-{{thing.slug}}">{{ thing }}{# ({{ thing.picture_count }})#}</a></li>
46 {% block right-column %}
47 <div class="right-column">
48 <div class="other-tools">
49 <h2 class="mono">{% trans "See" %}</h2>
51 {% if extra_info.source_url %}
52 <li><a href="{{ extra_info.source_url }}">{% trans "Source" %}</a> {% trans "of the picture" %}</li>
54 <li><a href="{{ picture.xml_file.url }}">{% trans "Source XML file" %}</a></li>
55 {% if extra_info.about and not hide_about %}
56 <li>{% trans "Picture on" %} <a href="{{ extra_info.about }}">{% trans "Editor's Platform" %}</a></li>
58 {% if picture.wiki_link %}
59 <li><a href="{{ picture.wiki_link }}">{% trans "Picture description on Wikipedia" %}</a></li>
65 <div class="other-download">
66 <h2 class="mono">{% trans "Download" %}</h2>
69 {% if related.media.mp3 or related.media.ogg or related.media.daisy %}
70 {% trans "Download all audiobooks for this book" %}:
71 {% download_audio book %}.
74 {% custom_pdf_link_li book %}