{% extends "base.admin.html" %} {% block title %}GeoRemindMe - Administration - {{ adminmodel }} {% endblock %} {% block content %}
Key | {% for h in header %}{{h}} | {% endfor %}
{{m}} | {% for k,v in v.items %}{{v}} | {% endfor %}
Total Entities: {{ stats.count }}
Total bytes stored: {{ stats.bytes }}
Last stats updated: {{ stats.timestamp|date }}
{% endif %} {% endblock %}