{% extends "photos/base.html" %} {# {% load markup %} #} {% block path %} {{ block.super }} {% if object %} » {{ object.title }} {% endif %} {% endblock %} {% block title %} {% if object %}Photo Set: {{ object.title }} {% endif %} {% endblock %} {% block content %} {% if object %} {% if object.photo_set.count %} {% for item in object.photo_set.all %} {% cycle , , ,  %} {% endfor %}
{{ item.title }}
{% else %}

There are no photos in this gallery. If you just uploaded a batch of photos, try hitting your browser's reload button to see if they show up.

{% endif %}   {% else %}

This is not the gallery you are looking for.

{% endif %} {% endblock %}