{%- import '_macros_site.html' as macros_site with context -%} {%- import '_macros_page.html' as macros_page with context -%} {%- import '_macros_form.html' as macros_form with context -%} {%- import '_macros_chart.html' as macros_chart with context -%} {%- block head %} {%- block headcss %} {%- endblock headcss %} {%- block headjs %} {{ JSGlue.include() }} {%- endblock headjs %} {% block title %}{{ vial_current_view.get_view_title() }}{% endblock %} - Mentat {%- endblock head %} {%- block body %}
{{ get_icon('ajax-loader') }}

{{ _('... LOADING ...') }}

{%- with messages = get_flashed_messages(with_categories=true) %} {%- if messages %} {%- for category, message in messages %} {%- call macros_site.render_alert(category) %} {{ message }} {%- endcall %} {%- endfor %} {%- endif %} {%- endwith %}
{%- block content %}{% endblock content %}
{%- block bodyjs %} {%- endblock bodyjs %} {%- endblock body %}