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

Data store info

Data store index table stats

    {{ datastore.index_table.info('stats', out=None) }}

Data store index table attributes

    {{ datastore.index_table.info('attributes', out=None) }}

Observation table

{{ obs_table | safe }}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}