OptIQ Lab
Set a password to protect this Lab. You'll use it again on every sign-in.
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endwith %}