{% extends "base.html" %} {% block title %}Confirm Import of backup information{% endblock %} {% block body %}

Datastore Admin: Import backup information

{% if error %}
{{error}}
{% else %} {% if not other_backup_info_files and not selected_backup_info_file %}
No backup information files were found.
{% else %}
{% if not other_backup_info_files %} Confirm import of: {{selected_backup_info_file|escape}} {% else %} {% if selected_backup_info_file %} Confirm import of:
{{selected_backup_info_file|escape}} {% else %} {% if backup_info_specified %} Requested backup was not found, available backups:
{% else %} Select an available backup:
{% endif %} {% endif %} {% for backup_info_file in other_backup_info_files %} {{backup_info_file|escape}} {% endfor %} {% endif %} Cancel
{% endif %} {% endif %} {% endblock %}