{% extends "sundae/base.html" %} {% block content %}

Bulk Edit

{% csrf_token %} {% for field in form %} {{ field }} {% endfor %}
{% endblock %}