{% extends "admin/base_site.html" %} {% load i18n adminmedia %} {% block extrahead %} {{ block.super }} {% endblock %} {% block title %} {% trans "Save/restore configuration" %} {{ block.super }} {% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %} {{ block.super }}

{% trans "Site configuration" %}

{% trans "Save/Restore configuration" %}

{% trans 'Upload saved configuration' %}

{% trans 'Upload and restore a .zip file containing a saved project configuration' %}
{{ form_configuration.as_div }}

{% trans 'Save current configuration' %}

{% trans 'Save current project configuration into a .zip file that can be restored' %}

{% trans "Backups configuration" %}

{% trans 'Save current backup' %}

{% trans 'Save current backup configuration into a .zip file that can be restored' %}
{% endblock %}