Customer Panel Please enter your user information.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for type, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %}