{% load cms_tags i18n %} {% for plugin in instance.child_plugin_instances %} {% if forloop.counter == page_number %} {% render_plugin plugin %} {% elif forloop.counter != page_number and request.toolbar.edit_mode %}
{% endif %} {% endfor %} {% if page_count > 1 %} {% endif %}