{% include 'account/components/headers.html' with header="Create profile" subheader="Already have an account?" url_path="account_login" url_text="Login." %}
{% include 'account/components/email_htmx.html' with form=form htmx_url="account_signup" label="Email" %}
{% include 'account/components/password1_htmx.html' with form=form htmx_url="account_signup" label="Password" %}
{% 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 up" form=form htmx_url="account_signup" %}