{% extends "base.html" %} {% block body %}

Datastore Admin

{% if error %}
{{ error }}
{% endif %}
Entities
{% if last_stats_update %} Entity statistics last updated {{ last_stats_update|date:"M j, Y g:i a T" }} {% else %} Entity statistics unavailable. {% endif %} help
{% if kind_stats %}
{% for kind in kind_stats %} {% if kind.count %} {% else %} {% endif %} {% endfor %}
Entity Kind # Entities Avg. Size/Entity Total Size
{{ kind.count }} {{ kind.average_bytes_str }} {{ kind.total_bytes_str }}Stats not available Stats not available Stats not available
{% for action in action_list %} {% endfor %}
{% else %}
Datastore is empty.
{% endif %} {% if operations %}

Operations' Status

{% for operation in operations %} {% endfor %}
Description Status
{{ operation.description }} {{ operation.status }} ({{operation.completed_jobs}} steps completed, {{operation.active_jobs}} active)
{% endif %} {% endblock %}