{{form.title}}

1 of 3

{{form.firstSection.title}}

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

{{ form.secondSection.title }}

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

{{form.thirdSection.title}}

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