{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block breadcrumbs %} {% endblock %} {% block content %}

Select a volunteer to assign to the {{ queryset|length }} selected interactions:

{% csrf_token %}
{% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %} {% for obj in queryset %} {% endfor %}
{% endblock %}