{% load allauth %} {% if attrs.type == "textarea" %}
{% if slots.help_text %}

{% slot help_text %}{% endslot %}

{% endif %} {% if attrs.errors %}{% endif %}
{% elif attrs.type == "select" %}
{% if slots.help_text %}

{% slot help_text %}{% endslot %}

{% endif %} {% if attrs.errors %}{% endif %}
{% elif attrs.type == "checkbox" or attrs.type == "radio" %} {% if slots.help_text %}

{% slot help_text %}{% endslot %}

{% endif %} {% if attrs.errors %}{% endif %} {% else %}
{% if slots.help_text %}

{% slot help_text %}{% endslot %}

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