Browse:
{% with "Previous picture" as text %}
{% with prevpic as picture %}
{% include "pictures/thumbnail.html" %}
{% endwith %}
{% endwith %}
{% with "Next picture" as text %}
{% with nextpic as picture %}
{% include "pictures/thumbnail.html" %}
{% endwith %}
{% endwith %}
{% if containing %}
included in:
{% for album in containing %}
- {{ album.title }}
{% endfor %}
{% else %}
Not in any albums.
{% endif %}