{% extends 'shutter/base.html' %} {% block content %}

{{ user }}

Photos

{% for photo in photos %}
    {% for tag in photo.tags.all %}
  1. {{ tag.description }} ({{ tag.score }})
  2. {% endfor %}

{% endfor %}
{% if is_paginated %} {% include 'shutter/_pagination.html' %} {% endif %} {% endblock content %}