{% set show_extra_bottom_content = show_extra_bottom_content|default(false) %}
{% if icon_name is defined %} {% endif %} {% if show_autosave_status|default(false) %} {% include '@ibexadesign/ui/autosave.html.twig' %} {% endif %}
{{ context_actions|default('')|raw }}

{{ include('@ibexadesign/ui/component/middle_ellipsis/middle_ellipsis.html.twig', { name: title, }) }} {{ title }} {% if (description is defined and description|length) or content is defined and content is not null %}
{% endif %} {% block after_title %}{% endblock %}

{% if subtitle is defined %}
{{ subtitle }}
{% endif %}
{% if show_extra_bottom_content %}
{{ block('extra_bottom_content') }}
{% endif %}