{% if form.has_background_image and form.has_background_image == 'true' %} {% endif %} {% if form.title and form.title != '' %} {{form.title}} {% endif %} {% if form.firstSection.showQuestion == 'true' %} {% endif %} {% if form.secondSection.showQuestion == 'true' %} {% endif %} {% if form.thirdSection.showQuestion == 'true' %} {% endif %} {% if form.fourthSection.showQuestion == 'true' %} {% endif %} {{ form.firstSection.title }} {% if form.firstSection.subtitle and form.firstSection.subtitle != '' %} {{form.firstSection.subtitle}} {% endif %} {% for items in form.firstSection.firstSectionItems %} {% if form.showItemsIcon and form.firstSection.showItemsIcon == 'true' %} {% endif %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' and items.image != '' %} {% if form.firstSection.showTextOverImage == 'true' %} {{ items.value }} {% endif %} {% endif %} {% if form.firstSection.showTextOverImage == 'false' %} {{ items.value }} {% endif %} {% endfor %} {{ form.secondSection.title }} {% if form.secondSection.subtitle and form.secondSection.subtitle != '' %} {{form.secondSection.subtitle}} {% endif %} {% for items in form.secondSection.secondSectionItems %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' and items.image != '' %} {% if form.secondSection.showTextOverImage == 'true' %} {{ items.value }} {% endif %} {% endif %} {% if form.secondSection.showTextOverImage == 'false' %} {{ items.value }} {% endif %} {% endfor %} {{ form.thirdSection.title }} {% if form.thirdSection.subtitle and form.thirdSection.subtitle != '' %} {{form.thirdSection.subtitle}} {% endif %} {% for items in form.thirdSection.thirdSectionItems %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' and items.image != '' %} {% if form.thirdSection.showTextOverImage == 'true' %} {{ items.value }} {% endif %} {% endif %} {% if form.thirdSection.showTextOverImage == 'false' %} {{ items.value }} {% endif %} {% endfor %} {% if form.fourthSection and form.fourthSection.allowMultiSelection == 'true' %} {{ form.fourthSection.title }} {% if form.fourthSection.subtitle and form.fourthSection.subtitle != '' %} {{form.fourthSection.subtitle}} {% endif %} {% for items in form.fourthSection.fourthSectionItems %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' and items.image != '' %} {% if form.fourthSection.showTextOverImage == 'true' %} {{ items.value }} {% endif %} {% endif %} {% if form.fourthSection.showTextOverImage == 'false' %} {{ items.value }} {% endif %} {% endfor %} {% endif %}