{% extends "base.html" %} {% block body %}
{% if last_stats_update %}
Datastore is empty.
{% else %}
No datastore statistics are available and
no kind list was provided.
{% endif %}
|