{% if user %} {% set ep = request.endpoint %} {% endif %}
{% if user %}
{{ icon('home') }}Home{{ icon('chevron-right') }}{% block crumb %}{{ self.title() }}{% endblock %}
{{ (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 %}