{% load markdownify %} {% load i18n %} <{{ tag }} class="card mb-2"{% if tag == "form" %} method="post" action="."{% endif %}> {% if slots.title or slots.actions %}
{% if slots.title %}

{% render_slot slots.title %}

{% endif %} {% if slots.actions %}
{% render_slot slots.actions %}
{% endif %}
{% endif %}
{% render_slot slots.inner_block %}
{% if slots.footer %} {% elif tag == "form" %}
{% endif %}