{% include at_start %} {% if not picture_list %} {{ no_pictures_message|default:"No pictures match your criteria!" }} {% else %} {% for pic in picture_list %}
Picture: {{ pic.get_name }}
{% if fromstring %} {% else %} {% endif %}

{{ pic.caption }}

Uploaded on {{ pic.exif.uploaded|date:"Y-m-d" }}

{% endfor %} {% endif %}
{% include at_end %}