{% extends "pages/base.html" %} {% set title = "Timeseries" %} {% set subtitle = "Manage locations" %} {% block main_content %} {{ super() -}}
Locations available
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}