{% extends 'base.html.twig' %} {% block body %}
{% include 'front/account/_sidebar.html.twig' %}
{% if registration.products|length > 0 %}

Produits sélectionnés

{% for item in registration.products %} {% endfor %}
{% endif %} {% if registration.fields|length > 0 %}

Champs remplis

{% for field in registration.fields %} {% endfor %}
{% endif %}
{% endblock %}