{% 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 %}
Key |
Changes |
{% for key, changes in results.changes.items %}
{{ key }} |
{% for fld, values in changes.items %}
{{ fld }} |
{{ values.0 }} |
{{ values.1 }} |
{% endfor %}
|
{% endfor %}
{% endblock content %}