{% load allauth %}

{% slot title %}{% endslot %}

{% slot body %}{% endslot %}
{# TODO: slots.actions is always truthy #} {% if slots.actions %}
{% for action in slots.actions %} {{ action }} {% endfor %}
{% endif %}