{% load flickr_tags %}
{% for photo in page_obj %}
{{ photo.description }}
{% endfor %}
{% if is_paginated %} {% paginator page_obj %} {% endif %}