{% extends "pictures/main.html" %} {% block title %} {% if title %} Photo gallery: {{ title }} {% else %} Photo gallery {% endif %} {% endblock %} {% block body %}

{{ picture.caption }}

Model: {{ picture.exif.model }}
Picture taken: {{ picture.exif.date }}
Uploaded on: {{ picture.exif.uploaded }}
File: files/{{ picture.filenode.path }}
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:
{% endblock %}