{% extends "pages/base.html" %} {% set title = "Timeseries data states" %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} Add {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}
{% for x in timeseries_datastates %}
{{ x.name }}
{% endfor %}
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}