{% extends "defaults.jinja" %} {% block base %} {% block head %} {% block title %}{% endblock %} - {{ FLEXMEASURES_PLATFORM_NAME }} {% endblock head %} {% if FLEXMEASURES_ENFORCE_SECURE_CONTENT_POLICY %} {% endif %} {% block styles %} {% if active_page == "tasks" %} {% elif active_page in ("assets", "users", "accounts") %} {% endif %} {% if extra_css %} {% endif %} {% endblock %} {% block body %} {% block nav %} {% endblock nav %} {% if message and message != "" %}
{{ message}}
{% endif %} {% if (msg is defined) and msg %}
{{ msg }}
{% endif %} {# Div blocks that child pages can reference #} {% block divs %} {% block breadcrumbs %} {% if breadcrumb_info is defined %} {% endif %} {% endblock %} {% block forecastpicker %}
{% endblock forecastpicker %} {% block leftsidepanel %} {% endblock leftsidepanel %} {% block sensorChartSetup %} {% endblock sensorChartSetup %} {% block attributions %} {% endblock attributions %} {% endblock divs %} {#- Scripts used by all views (e.g. by navigation menu) -#} {% block scripts %} {% if js_versions %} {# Workaround for loading a NodeJS module without NodeJS #} {% endif %} {% endblock scripts %} {% block paginate_tables_script %} {% endblock paginate_tables_script %} {% endblock body %} {% endblock base %}