{% import '@ibexadesign/ui/component/macros.html.twig' as macros %}
{% block header %}
{% block header_content %} {% if is_draggable|default(false) %} {% endif %} {% if extra_actions is defined %} {% for action in extra_actions %} {% endfor %} {% endif %} {% endblock %}
{% endblock %} {% block body %}
{% block body_content_wrapper %}
{% block body_content %}{% endblock %}
{% endblock %}
{% endblock %}