{% extends "photos/base.html" %} {% load thumbnail %} {% block title %}{{block.super}} - List of Photos{% endblock %} {% block content %} {% if photo_user %}

Photos from {{ photo_user }}

{% else %}

Photos

{% endif %} {% endblock %}