{% extends "base.html" %}
{% block title %}Confirm Backup of {{kind_str|escape}}{% endblock %}
{% block body %}
Datastore Admin: Backup to Blobstore or Google Cloud Storage
{% if kind_list %}
{% comment %}
size_total represents the total size of the figures for which we have
datastore statistics available.
sizes_known indicates whether or not we have datastore statistics for all
kinds.
These two variables are used to render different messages for the three
possible scenarios: all sizes known, some sizes known, no sizes known.
{% endcomment %}
{% else %}