{% macro theme_switch() %}
{% endmacro %} {% if user and not standalone %} {% set ep = request.endpoint %} {% endif %}
{% if not user %}
{{ theme_switch() }}
{% endif %} {% if user and not standalone %}
{{ icon('home') }}Home{{ icon('chevron-right') }}{% block crumb %}{{ self.title() }}{% endblock %}
{{ theme_switch() }}
{{ (user.name or user.username)[0] }}
{{ user.name or user.username }}{{ user.role|capitalize }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for cat, msg in messages %} {% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% if user %}{% include "_assistant.html" %}{% endif %}