{% extends "pictures/main.html" %} {% block title %} Lockers Pictures: editing album {{ album.title }} {% endblock %} {% block body %}

Editing album {{ album.title }}

Cancel
Title
{% for pic in album.pictures %} {% with pic.get_node as picnode %}
Caption:
{% endwith %} {% endfor %}
Message
 
Cancel {% endblock %}