{% extends "admin/change_form.html" %} {% load actions admin_modify i18n massupdate static %} {% block extrahead %}{{ block.super }} {{ media }}{% endblock extrahead %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock breadcrumbs %} {% block content %}

Bulk Update results {% if dry_run %}(simulated) {% endif %}

{% for key, changes in results.changes.items %} {% endfor %}
Key Changes
{{ key }} {% for fld, values in changes.items %} {% endfor %}
{{ fld }} {{ values.0 }} {{ values.1 }}
{% endblock content %}