{% if current_user.is_authenticated %}
{% if current_user.role != 'tenant_staff' %} {% endif %}
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% endfor %} {% endwith %} {% block content %}{% endblock %} {% if current_user.is_authenticated %}
{% endif %} {% block scripts %}{% endblock %}