{% load allauth %} {% comment %} Themis override of allauth's form element. Adds vertical spacing between fields and drops the actions slot into a DaisyUI card-actions row. Body/actions slots and method/action attrs mirror the stock element. {% endcomment %}
{% slot body %} {% endslot %} {% if slots.actions %}
{% slot actions %} {% endslot %}
{% endif %}