{# noir override — auth-form; preserves context.isPublicLoggedIn/publicUsername, #auth-message, tab onclick toggles, #login-panel/#register-panel, /api/auth/login + /api/auth/register HTMX wiring, _captcha_widget, hx-disabled-elt, forgot-password link, default_tab. #} {% if context.isPublicLoggedIn %}

You are signed in as {{ context.publicUsername }}

My account
{% else %}
{% if _captcha_widget %}{{ _captcha_widget|safe }}{% endif %}

Forgot password?

{% if _captcha_widget %}{{ _captcha_widget|safe }}{% endif %}
{% endif %}