{% if branding.logo_stored_name %} {{ branding.app_name }} {% else %} {% endif %}

{{ branding.app_name }}

{% if branding.company_name %}{{ branding.company_name }} — {% endif %}Sign in to continue

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}