{% load allauth %} {% comment %} `id` is not decorative: allauth renders out-of-band forms (webauthn, logout-from-stage) and points buttons at them with the HTML `form` attribute. Drop the id and those buttons submit nothing. {% endcomment %}
{% slot body %}{% endslot %} {% if not attrs.no_visible_fields %}
{% slot actions %}{% endslot %}
{% endif %}