{% load allauth %} {% comment %} Single hand-built field (allauth uses this directly for e.g. the email radio list and verification-code inputs; whole forms go through elements/fields.html instead). {% endcomment %} {% if attrs.type == "checkbox" or attrs.type == "radio" %} {% elif attrs.type == "textarea" %}
{% else %}
{% if slots.label %} {% endif %}
{% endif %} {% if slots.help_text %}

{% slot help_text %} {% endslot %}

{% endif %} {% if attrs.errors %}
{{ attrs.errors }}
{% endif %}