{% import "plainui/components/logo.html" as logoMacro %} {% import "plainui/components/title.html" as titleMacro with context %} {% block title %}{% endblock %} {% block head %}{% endblock %}
{%- if browser_type(request) == 'ie' -%} {%- endif -%} {%- block fullpage -%} {%- if conf and not hide_header -%} {% include 'plainui/header.html' -%} {%- endif %}
{% if get_messages(request) or (conf and conf.global_notification) %}
{% for message in get_messages(request) %} {% endfor -%} {% if conf and conf.global_notification %}{% endif %}
{% endif %} {%- block content %}{% endblock %}
{% endblock fullpage -%} {%- block fullpage_add -%}{% endblock fullpage_add -%}
{# #} {%- block jstools -%}{%- endblock jstools -%}