{% load allauth %} {% comment %} djlint:off {% endcomment %}
{% if attrs.type != "checkbox" and attrs.type != "radio" and attrs.type != "textarea" %} {% endif %} {{ attrs.errors }} {% if attrs.type == "textarea" %} {% elif attrs.type == "checkbox" or attrs.type == "radio" %}
{% else %} {% endif %} {% if slots.help_text %}
{% slot help_text %}{% endslot %}
{% endif %}