{% extends "base.admin.html" %} {% block title %}GeoRemindMe - Administration - {{ adminmodel }} {% endblock %} {% block content %}

Administration

{{adminmodel}} list:

{% for h in header %} {% endfor %} {% for m,v in models.items %} {% for k,v in v.items %} {% endfor %} {% endfor %}
{{m}}{{v}}
{% if stats %}

Datastore stats:

Total Entities: {{ stats.count }}

Total bytes stored: {{ stats.bytes }}

Last stats updated: {{ stats.timestamp|date }}

{% endif %} {% endblock %}