{% import "macros/components/ts_selector.html" as mac_ts_selector %} {% extends "pages/base.html" %} {% set title = "Compare timeseries data states" %} {% block main_content %} {{ super() -}}
{% filter indent(width=20, first=False) %} {{ mac_ts_selector.render_ts_selector(element_id="tsSelectorExploreStates", selection_limit=1) -}} {% endfilter %}
Period
Timeseries data states to compare
Timeseries data state 1
Timeseries data state 2
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}