{% extends "wagtailadmin/generic/base.html" %} {% load i18n wagtailadmin_tags static %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block main_content %}
{% icon name="warning" %}

{% translate "This will override all files in the database - this operation is considered highly unsafe." %}

{% for field in view.dump_password_form %} {% if field.errors %} {{field.label_tag}}
    {% for error in field.errors %}
  • {{ error }}

  • {% endfor %}
{% endif %} {% endfor %}
{% icon name="help" %}

{% blocktrans with action=view.ACTION_PLURAL %}Maintenance mode will be activated for the duration of the {{action}}.{% endblocktrans %}

{% blocktrans with action=view.ACTION_PLURAL count=file_count|default:0 %}Are you sure you want to {{action}} {{count}} database files?{% endblocktrans %}

{% translate "Any information lost cannot be recovered." %}

{% translate "A backup is made for each import, but this is not a guarantee to data restoration." %}

{% translate "Cancel" %}
{% endblock %}