{% if current_user.is_authenticated %}
{% endif %} {% if current_user.is_authenticated %} {% if current_user.is_admin %}
{% endif %}
{% else %}
{% endif %}
{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %} {% block content %}{% endblock %}