{% load cms_tags %} {% load static %}
 

{{ instance.form_name }}{{ left }}

{% for i in inputs %} {% if i.input_type == "date" %}
{% else %} {% if inputs|length == 2 %}
{% else %}
{% endif %} {% if i.input_type == "checkbox" %} {% else %} {% endif %}
{% endif %} {% endfor %}
{% for plugin in instance.child_plugin_instances %} {% render_plugin plugin %} {% endfor %}