{% extends 'atom/base.html' %} {% block title %}{{slug}} – bulk edit{% endblock %} {% block content %}
{% csrf_token %}
Hide all / Unhide all {% for k, substitution in values %}
{{k}} {% if substitution.error_message %} {{substitution.error_message}} {% endif %}
{% for from_value, to_value in substitution %} {% if to_value.error_message %}
{% endif %} {% if to_value.error_message %}
{{to_value.error_message}}
{% endif %} {% endfor %}
{% endfor %} {% for i in indices %} {% endfor %}
{% endblock %} {% block body_js %} {{block.super}} {% endblock %}