{% load allauth %}
{% slot body %}{% endslot %} {% for error in attrs.form.non_field_errors %} {% element alert level="error" %} {% slot message %}{{ error }}{% endslot %} {% endelement %} {% endfor %} {% slot actions %}{% endslot %}