{% load allauth %}
{% if attrs.type != "checkbox" and attrs.type != "radio" %}{% endif %}
{% if attrs.type == "textarea" %}{% slot value %}{% endslot %}{% else %}{% endif %}{% if attrs.type == "checkbox" or attrs.type == "radio" %}{% endif %}
{% if slots.help_text %}

{% slot help_text %}{% endslot %}

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

{% for e in attrs.errors %}{{ e }} {% endfor %}

{% endif %}