{{form.reportScreen.title}}
{% for content in form.reportScreen.content %}

{{content.paragraph}}

{% if content.showList == 'true' %}
    {% for item in form.reportScreen.listContent %}
  • {{item.listItem}}
  • {% endfor %}
{% endif %} {% endfor %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, isFixed = 'true', ctaID = "reportScreenNextStep", ctaHref = global.mainBtn_href, ctaTarget = "_self", dataParam = 'true', ctaParam = 'false', ctaText = form.reportScreen.CTA, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected, showQueueModal = form.queue.showQueueModal, showReportScreen = 'false' ) }}