{% load i18n static cms_tags menu_tags sekizai_tags %} {% if step == 1%}
  • {{instance.title}}
  • {%else%}
    {% for pg in instance.child_plugin_instances %} {% with forloop as parentloop %}{% render_plugin pg %}{% endwith %} {% endfor %}
    {%endif%} {%addtoblock "css" %} {%endaddtoblock%}