{% load cms_tags frontend %}<{{ instance.tag_type }}{{ instance.get_attributes }}> {% for plugin in instance.child_plugin_instances %} {% with parentloop=forloop parent=instance %}{% render_plugin plugin %}{% endwith %} {% empty %} {% if instance.simple_content %}{% inline_field instance "simple_content" %}{% else %}{% user_message _("Add content here") %}{% endif %} {% endfor %}