{% extends "admin/base_site.html" %} {% load thumbnail %} {% block title %}Add images to gallery{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Add these images

{% for image in queryset.all %}
{% endfor %}

To this album

{{ form }}
{% endblock %}