{% load cms_tags staticfiles sekizai_tags i18n thumbnail cache %} {% comment %} Plugin is wrapped with a div to prevent spacings from manage-spacings {% endcomment %}
{% for plugin in instance.child_plugin_instances %} {% if plugin.title or plugin.text %}
{% if plugin.title %}

{{ plugin.title }}

{% endif %} {% if plugin.text %}

{{ plugin.text }}

{% endif %}
{% endif %} {% endfor %}