{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, m in messages %} {% if category %}
{% else %}
{% endif %} {{ m }}
{% endfor %} {% endif %} {% endwith %}