{% load markdownify i18n %}
<{{ tag }} class="card mb-2"{% if tag == "form" %} method="post" action="."{% endif %}>
{% if blocks.title or blocks.actions %}
{% slot title %}{% endslot %}
{% slot header-between %}{% endslot %}
{% slot actions %}{% endslot %}
{% endif %}
{% slot card-content %}
{% slot default %}{% endslot %}
{% endslot %}
{% if slots.footer %}
{% elif tag == "form" %}