{% if flow.getCurrentStepNumber() == 1 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl1', 'copyright': 'BartPhoto' } %}
{% elseif flow.getCurrentStepNumber() == 2 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl2', 'copyright': 'BillionPhotos.com' } %}
{% elseif flow.getCurrentStepNumber() == 3 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl3', 'copyright': 'Photocenter' } %}
{% elseif flow.getCurrentStepNumber() == 4 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl4', 'copyright': 'New Africa' } %}
{% elseif flow.getCurrentStepNumber() == 5 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl5', 'copyright': 'uflypro' } %}
{% elseif flow.getCurrentStepNumber() == 6 %}
{% include '@ibexadesign/quiz/_quiz_img.html.twig' with {'img': 'partnerwahl6', 'copyright': 'shine.graphics' } %}
{% endif %}
{{ flow.getCurrentStepNumber() }} {{ flow.getCurrentStepLabel()}}
{{ form_start(form) }}
{{ form_errors(form) }}
{{ form_rest(form) }}
{% include '@ibexadesign/quiz/buttons.html.twig' %}
{{ form_end(form) }}