<{{ parent.accordion_header_type|default:"h2" }} class="accordion-header"
id="heading-{{ instance.uuid }}">
{{ parent.accordion_header_type|default:"h2" }}>
<{{ instance.tag_type }}{{ instance.get_attributes }} id="item-{{ instance.uuid }}" aria-labelledby="heading-{{ instance.uuid }}" data-bs-parent="#parent-{{ parent.uuid }}">
{% endspaceless %}
{% with parent=instance %}
{% for plugin in instance.child_plugin_instances %}
{% with forloop as parentloop %}{% render_plugin plugin %}{% endwith %}
{% empty %}{% user_message _("Add content here") %}
{% endfor %}
{% endwith %}{% spaceless %}
{{ instance.tag_type }}>
{% endspaceless %}