{% if (currentWidget.properties.header.iconType == 'icon' and currentWidget.properties.header.icon.id) or (currentWidget.properties.header.iconType == 'image' and currentWidget.properties.header.image.path) %} {% endif %} {% if not currentWidget.properties.header.content == '' %} <{{ currentWidget.getParent().properties.headingTag|default('span', true) }} class="moto-widget-accordion__header-item moto-widget-accordion__header-title">{{ currentWidget.properties.header.content }} {% else %} {% endif %} {% if currentWidget.getParent().properties.showCollapseIcon %} {% endif %}
{% for item in currentWidget.children %} {% if isServer %} {{ widget(item) }} {% else %} {% widget item %}{% endWidget %} {% endif %} {% endfor %}