{% load allauth %} {% if attrs.type == "textarea" %}
{% elif attrs.type == "select" %} {% elif attrs.type == "checkbox" or attrs.type == "radio" %} {% if slots.help_text %}{% slot help_text %}{% endslot %}
{% endif %} {% if attrs.errors %}{{ attrs.errors }}
{% endif %} {% else %} {% endif %}