{% extends "base.html" %} {% block title %}Confirm Aborting of a pending backup{% endblock %} {% block body %}

Datastore Admin: Abort a pending backup

{% if backups %} Are you sure you want to abort the following pending backups:

Warning, aborting a pending backup may leave temporary files around. These files can be deleted manually after operation completes.

{% for backup in backups %} {% endfor %} {% if run_as_a_service %} {% endif %} No
{% else %}
Backup was not found.
{% endif %} {% endblock %}