{% extends "defaults.jinja" %} {% block base %} {% block head %} {% block title %}{% endblock %} - {{ FLEXMEASURES_PLATFORM_NAME }} {% endblock head %} {% block styles %} {% if show_datepicker %} {% endif %} {% if contains_plots %} {{ bokeh_css_resources|indent(4)|safe }} {{ bokeh_js_resources|indent(4)|safe }} {% endif %} {% if active_page == "tasks" %} {% elif active_page in ("assets", "users", "portfolio") %} {% 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 datetimepicker %}
{% endblock datetimepicker %} {% block forecastpicker %}
{% endblock forecastpicker %} {% block attributions %} {% endblock attributions %} {% endblock divs %} {#- Scripts used by all views (e.g. by navigation menu) -#} {% block scripts %} {% if show_datepicker %} {% endif %} {% if show_datepicker %} {% endif %} {% endblock scripts %} {% block paginate_tables_script %} {% endblock paginate_tables_script %} {% endblock body %} {% endblock base %}