{% extends 'base4.html.twig' %} {% block title %}Ordero index{% endblock %} {% block content %}

Commande

{#

Dans ordero commande.html.twig -------

#}

Choisissez vos préférences avant de passer votre commande sur Pataplouf.

Nom : {{ app.user.username }}


{% set formHtml %} {# {{ form_start(form, {action:path('ordero_recap')}) }} {# {{ form_label(form.addresses, 'Choisissez votre adresse de livraison') }}

Ajouter une nouvelle adresse

{{ form_end(form) }} #} {% endset %} {{ formHtml|replace({'[br]' : '
'})|raw }}
Récapitulatif de votre commande
{% for key,producta in carta %}
{# {{ producta.producta.name }} #} titi
{{ producta.producta.name }}
{{ producta.producta.subtitle }}
x {{ producta.quantity }}
{% endfor %}
{# Validation Inscription #}
{% endblock %}