{% load allauth %} {% comment %} Bootstrap 5 card (used by the two-factor overview page's sections). {% endcomment %}
{% if slots.title %}
{% slot title %} {% endslot %}
{% endif %}
{% slot body %} {% endslot %} {% if slots.actions %}
{% for action in slots.actions %}{{ action }}{% endfor %}
{% endif %}