{% extends "admin/base_site.html" %} {% load static %} {% block content %}

Restore configuration #{{ object.pk }} from {{ object.created }}?

{% for param, current, new in params %} {% endfor %}
Parameter Current Value New Value
{{ param }} {{ current }} {{ new }} {% if current != new %}*{% endif %}
{% csrf_token %}
Cancel
{% endblock content %}