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

{{form.title}}

{% endif %} {% if global.survey_version_options.selected == 'redesign' %} {% endif %}
{% if global.survey_version_options.selected == 'recode' %}
1 of 3
{% endif %}

{{ form.firstSection.title }}

    {% for items in form.firstSection.firstSectionItems %}
  • {% endfor %}
{% if global.survey_version_options.selected == 'recode' %}
2 of 3
{% if form.secondSection.allowMultiSelection == "true" and global.proceedBtn != '' %} {% endif %} {% endif %}

{{ form.secondSection.title }}

    {% for items in form.secondSection.secondSectionItems %}
  • {% endfor %}
{% if global.survey_version_options.selected == 'recode' %}
3 of 3
{% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', newDataParamValue = '', ctaText = global.mainBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %}

{{ form.thirdSection.title }} {{ form.thirdSection.productName }}

    {% for items in form.thirdSection.thirdSectionItems %}
  • {% endfor %}
{% if global.survey_version_options.selected == 'recode' %}
{% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = form.skip, ctaClass = 'skip', hasIcon = 'false', hideCta = 'false', bgColor = '' ) }}
{% endif %}