{% extends "admin/change_form.html" %} {% load i18n admin_modify actions massupdate static %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %} {# {'updated': [{'char': 'AAAA', 'id': '3'}], 'errors': [], 'missing': [], 'duplicates': [], 'changes': {: }}#} {# {{ results }}#}

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 %}