{% set tabs_to_show = tabs|map((tab, index) => { id: group ~ '-' ~ tab.identifier, label: tab.name, content: tab.view, active: index == 0, }) %} {% include '@ibexadesign/ui/component/tab/tabs.html.twig' with { tabs: tabs_to_show, } %} {% block javascripts %} {% set render_encore_entry = render_encore_entry is defined ? render_encore_entry : true %} {% if render_encore_entry %} {{ encore_entry_script_tags('ibexa-admin-ui-tabs-js', null, 'ibexa') }} {% endif %} {% endblock %}