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

Photos from {{ user }}

{% else %}

Photos

{% endif %} {% endblock %}