{% extends 'node/tools/index.html' %} {% block leftbar_tools %}class="active"{%endblock%} {% block toolbar_restore %}class="active"{%endblock%} {% block box_contents %} {% if form.non_field_errors %}
Warning!
Cannot restore configuration, errors: {% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}
{{form.errors.traceback}}