{% extends '@App/uibase/subbase/survey-base.html.twig' %} {% block content_header %}ColorPro Printing Customer Survey: {% endblock %} {% block content %} {% if completed == "true" %} Thank you for your submission. If there are any issues we need to address we will be in contact with you shortly. {% else %}


{# {{ form(form) }} #} {{ form_start(form) }}
{{ form_widget(form) }} {{ form_end(form) }}




{% endif %} {% endblock %}