{% extends 'EPSFeBundle::layout_'~layout_fe~'.html.twig' %}
{% block content %}
{% for i, ligne in configEtape.lignes %}
{% include 'EPSFeBundle:Common/_parts:' ~ ligne.type ~ '.html.twig' %}
{% endfor %}
{% if url_suite is defined and url_suite %}
continuer
{% endif %}
{% endblock content %}