{% load allauth %}{% comment %} STANDALONE FIELD ELEMENT — USED BY allauth PAGES THAT BUILD INPUTS MANUALLY (e.g. the "add email address" form) RATHER THAN PASSING A WHOLE FORM. Input/textarea styling comes from the element-level base styles registered in the Tailwind preset, so only layout and labels are handled here. {% endcomment %}
{% if attrs.errors %} {% endif %} {% if attrs.type == "textarea" %} {% elif attrs.type == "checkbox" or attrs.type == "radio" %}
{% else %} {% endif %} {% if slots.help_text %}

{% slot help_text %}{% endslot %}

{% endif %}