{% 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}}
{% else %}
Danger! Because of unsuccessful restore, your current configuration may be overwritten and completely lost, including Web UI user name and password. Do make a new backup before trying to restore. It might be required to manually do restore from console if unexpected error happens. It is also advisable to check the Only Test Import option first.
{% endif %}
{% csrf_token %}
{{form.file}} {% if form.file.errors %} {{form.file.errors|striptags}} {% else %} Please browse to the previously backed up configuration zip archive and click Restore. Also specify if you are restoring from the archive for an older version of the product. {%endif%}
{% for action in form.action %} {% if action.id_for_label == "id_action_1" %}
{% endif %} {% endfor %}
{% endblock %}