{% if session.get('user_id') %}
Martinhal
ApprovalFlow
New request
{% if session.get('is_admin') %}
Workflows & requests
Mail status
Users
{% endif %}
◐
Configure profile
{{ session['username'] }}
Sign out
{% else %}
◐
{% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, m in msgs %}
{{ m }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}