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