{% include 'account/components/headers.html' with header="Welcome back!" subheader="Not a member?" url_path="account_signup" url_text="Create an account." %}
{% include 'account/components/email_login_htmx.html' with form=form htmx_url="account_login" label="Email" %}
{% include 'account/components/password.html' with form=form label="Password" %}
{% include 'account/components/remember.html' with form=form %}
{% include 'account/components/redirect_field.html' with redirect_field_name=redirect_field_name redirect_field_value=redirect_field_value %}
{% include 'account/components/submit_button_htmx.html' with action="Sign in" form=form htmx_url="account_login" %}