{% extends "wagtailadmin/generic/base.html" %}
{% load i18n static wagtailadmin_tags %}
{% block extra_css %}
{% endblock %}
{% block extra_js %}
{% endblock %}
{% block main_content %}
{% if "import_export.download_dump" in perms %}
{% translate "Download Dump" %}
{% endif %}
{% if "import_export.import_database" in perms %}
{% translate "Recover" %}
{% endif %}
__DATABASE__
{% translate "New" %}
__TABLES_COUNT__
__DUMP_FILESIZE__
__DUMP_CREATED__
{% translate "Maintenance mode will be activated for the duration of the export." %}
{% translate "Download" %} |
{% endif %}
{% if "import_export.import_database" in perms %}
{% translate "Recover" %} | {% endif %}{% translate "Database" %} | {% translate "Tables" %} | {% translate "File Size" %} | {% translate "Created At" %} |
---|---|---|---|---|---|
{% translate "Download Dump" %} | {% endif %} {% if "import_export.import_database" in perms %}{% translate "Recover" %} | {% endif %}{{dump.database|upper}} {% if forloop.counter0 == 0 %} {% translate "Latest" %} {% endif %} | {{dump.tables|length}} | {{dump.filesize}} | {{dump.created|date:"d/m/Y H:i:s"}} |
{% translate "No database dumps found." %}
{% endif %}{% translate "Export the database to a ZIP archive containing .sql files." %}