{% load allauth %} {% if attrs.errors %}
{{ attrs.errors }}
{% endif %}
{% if attrs.type == "textarea" %} {% elif attrs.type == "checkbox" %}
{% else %} {% endif %} {% if slots.help_text %}

{% slot help_text %}{% endslot %}

{% endif %}