{% load allauth %}
{% if attrs.type == "checkbox" or attrs.type == "radio" %}
{% if slots.help_text %}

{% slot help_text %} {% endslot %}

{% endif %}
{% elif attrs.type == "textarea" %}
{% elif attrs.type == "hidden" %} {% else %} {% if not attrs.unlabeled %} {% endif %}
{% if attrs.errors %} {% endif %}
{% if attrs.unlabeled %} {% endif %} {% if slots.help_text %}

{% slot help_text %} {% endslot %}

{% endif %} {% if attrs.errors %} {% for error in attrs.errors %}{% endfor %} {% endif %} {% endif %}