{{ title }}

{{ slot }}
{% if description %}

{{ description }}

{% endif %}
{% if actions %}
{% for action in actions %} {% if action.form %}
{% csrf_token %}
{% else %} {% if action.icon %} {% endif %} {{ action.text }} {% endif %} {% endfor %}
{% endif %}