{% extends 'base.html.twig' %} {% block title %}{{ formule.title }} - Mon P'tit matin{% endblock %} {% block content %}
{{ formule.title }}

{{ formule.title }}


Il vous reste produits aux choix
{% for category in categories %}

{% for product in products %} {% if product.category == category %} {% endif %} {% endfor %}
{% endfor %}
Veuiller ajouter {{ formule.getNbProduct() }} produits au panier
Ajouter au panier
{{ formule.description|raw }}
{% endblock %}