{% extends 'base.html' %} {% load flickr_tags %} {% block content %}

{{ photoset.title }} {{ paginator.total }} photos

{% if photoset.description %}

{{ photoset.description }}

{% endif %}
{% for photo in photos %}
{{ photo.description }}
{% endfor %}
{% if is_paginated %} {% paginator page_obj %} {% endif %}
{% endblock content %}