{% block css %} {% endblock %} {% block css_style %} {% endblock %} {% block js_top %} {% endblock %} {% include "macros/_ask_user_to_update_ie.html" %} {% block topbar %} {% endblock %} {% block flash_message %} {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {% endblock %} {% block container %}
{% block top %} {% if tabs %}
{% endif %} {% endblock %} {% block body %} {% endblock %}
{% endblock %} {% block js_btm %} {% endblock %} {% block js_btm_more %} {#% include "macros/_google_analytics.html" %#} {% endblock %}