{% extends "base.html" %}
{% block title %}Confirm Restore from a backup copy{% endblock %}
{% block body %}
Datastore Admin: Restore from a backup copy
{% if backup %}
Are you sure you want to restore from {{ backup.name }}?
Restore does not delete any new entities added since the backup.
However, it will replace existing entities with the backed-up version for the following kinds:
{% else %}