{% load djust_auth %}{% auth_context as auth %}

{{ title }}

{% if auth_step == "login" or auth_step == "signup" %}{% auth_providers auth %}{% if auth.providers %}{% auth_divider "or with email" %}{% endif %}{% endif %} {{ slot_social }} {% auth_errors form %}
{% if csrf_token %}{% endif %} {% for field in form.visible_fields %}{% if field.name == "code" %}{% auth_code_input field %}{% else %}{% auth_field field %}{% endif %}{% endfor %}{% for h in form.hidden_fields %}{{ h }}{% endfor %}
{% auth_links auth %} {{ slot_footer }}