{% import "plainui/components/title.html" as titleMacro with context %} {% import "plainui/components/header_buttons.html" as hbtns with context %} {% import "plainui/components/nav.html" as nav with context %} {% import "plainui/components/alert.html" as alert %} {% block title %}{% endblock %} {% block head %}{% endblock %} {%- block body -%}
{{ nav.main_navbar() }}
{%- if browser_type(request) == 'ie' -%} {%- endif -%} {%- block fullpage -%}
{% if get_messages(request) or (conf and conf.global_notification) %}
{% for message in get_messages(request) %} {% if not message.tags %} {% call alert.info() %} {{ message }} {% endcall %} {% elif message.tags == 'error' %} {% call alert.danger() %} {{ message }} {% endcall %} {% else %} {% call alert.alert(type=message.tags) %} {{ message }} {% endcall %} {% endif %} {% endfor -%}
{% endif %} {%- block content %}{% endblock %}
{% endblock fullpage -%} {%- block fullpage_add -%}{% endblock fullpage_add -%}
{%- endblock body -%} {%- block jstools -%}{%- endblock jstools -%}