{% if session.get('user_id') %}
MartinhalApprovalFlow
Account {{ 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 %}