{% if form.has_background_image and form.has_background_image == 'true' %} {% endif %}
{% if form.title and form.title != '' %}

{{form.title}}

{% 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 %}
  • {% endfor %}

{{ form.secondSection.title }} {% if form.secondSection.subtitle and form.secondSection.subtitle != '' %} {{form.secondSection.subtitle}} {% endif %}

    {% for items in form.secondSection.secondSectionItems %}
  • {% endfor %}

{{ form.thirdSection.title }} {% if form.thirdSection.subtitle and form.thirdSection.subtitle != '' %} {{form.thirdSection.subtitle}} {% endif %}

    {% for items in form.thirdSection.thirdSectionItems %}
  • {% 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 %}
  • {% endfor %}
{% endif %}