1 {% extends "base.html" %}
3 {% load picture_tags catalogue_tags pagination_tags %}
5 {% load build_absolute_uri from fnp_common %}
8 {% block ogimage %}{% thumbnail picture.image_file "535" upscale="false" as thumb %}{{ thumb.url|build_absolute_uri:request }}{% endthumbnail %}{% endblock %}
11 {% block titleextra %}{{ picture.title }}{% endblock %}
13 {% block bodyid %}picture-detail{% endblock %}
16 {% picture_wide picture %}
20 <section class="see-also" style="display: inline-block;">
21 <h1>{% trans "See also" %}:</h1>
22 {% related_books picture %}