{% extends 'generic/object.html' %} {% load helpers %} {% load buttons %} {% load perms %} {% load static %} {% load i18n %} {% block title %}{% trans "Restore" %}: {{ object }}{% endblock %} {% block subtitle %}
{% trans "Parameter" %} | {% trans "Current Value" %} | {% trans "New Value" %} | |
---|---|---|---|
{{ param }} | {{ current }} | {{ new }} | {% if current != new %} {% endif %} |