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