{% load static cms_tags sekizai_tags %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% spaceless %} {% with inline_styles=instance.inline_styles %}
{% for panel in instance.child_plugin_instances %} {% with panel_type=panel.glossary.panel_type heading_size=panel.glossary.heading_size panel_title=panel.glossary.panel_title|safe %}
{% if heading_size %}<{{ heading_size }} class="panel-title">{% endif %} {{ panel_title }} {% if heading_size %}{% endif %}
{% render_plugin panel %}
{% endwith %} {% endfor %}
{% endwith %}{% endspaceless %}