{% load cms_tags frontend %} {% spaceless %} <{{ instance.tag_type }} {{ instance.get_attributes }}>
{% for plugin in instance.child_plugin_instances %} {% if plugin.plugin_type == "MediaBodyPlugin" %}
{% endif %} {% with forloop=parentloop %}{% render_plugin plugin %}{% endwith %} {% endfor %} {% endspaceless %}