{% extends 'atom/base.html' %} {% block title %}Search results bulk edit{% endblock %} {% block content %} Hide all / Unhide all
{% csrf_token %} {% 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 c in internal_urls %} {% endfor %}
{% endblock %} {% block body_js %} {{block.super}} {% endblock %}