{% load wagtailcore_tags %} {% with base_id="accordion" %}
{% for panel in self.panels %}

{{ panel.body|richtext }}
{% endfor %}
{% endwith %}