{% load allauth %} {% comment %} Bootstrap 5 version of allauth's single-field element (used for the TOTP manual-entry key, the recovery-codes textarea and its "I have saved the codes" checkbox). {% endcomment %} {{ attrs.errors }} {% if attrs.type == "checkbox" or attrs.type == "radio" %}
{% if slots.help_text %}
{% slot help_text %}{% endslot %}
{% endif %}
{% elif attrs.type == "textarea" %}
{% if slots.label %}{% endif %} {% if slots.help_text %}
{% slot help_text %}{% endslot %}
{% endif %}
{% else %}
{% if slots.label %}{% endif %} {% if slots.help_text %}
{% slot help_text %}{% endslot %}
{% endif %}
{% endif %}