<{{ parent.accordion_header_type }} class="mb-0"
id="heading-{{ instance.pk|safe}}">
{{ parent.accordion_header_type }}>
<{{ instance.tag_type}}{{ instance.get_attributes }} id="item-{{ instance.pk|safe }}" aria-labelledby="heading-{{ instance.pk|safe}}" data-bs-parent="#parent-{{ parent.pk|safe }}">
{% with parent=instance %}
{% for plugin in instance.child_plugin_instances %}
{% with forloop as parentloop %}{% render_plugin plugin %}{% endwith %}
{% endfor %}
{% endwith %}
{{ instance.tag_type}}>
{% endspaceless %}