{{form.title}}

1 of 3

{{form.firstSection.title}} {% if form.firstSection.subtitle and form.firstSection.subtitle != "" %}
{{form.firstSection.subtitle}} {% endif %}

    {% for items in form.firstSection.firstSectionItems %}
  • {% endfor %}
2 of 3

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

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

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

    {% for items in form.thirdSection.thirdSectionItems %}
  • {% endfor %}
{% if form.queue.showQueueModal === "true" %} {% endif %}