{% extends 'base.html.twig' %} {% block title %} Produit {% endblock %} {% block ogtitle %}Produit {% endblock %} {% block twittertitle %} Produit {% endblock %} {% block canonical %}{% set currentUrl = app.request.uri() %}{{canonicalHandler(currentUrl, "Produit")}}{% endblock %} {% block ogurl %}{% set currentUrl = app.request.uri() %}{{canonicalHandler(currentUrl, "Produit")}}{% endblock %} {% block twitterurl %}{% set currentUrl = app.request.uri() %}{{canonicalHandler(currentUrl, "Produit")}} {% endblock %} {% block body %}
| Image | Produit | Prix | ||
|---|---|---|---|---|
|
{{ produit['produit'] }} code ean : {{ produit['code_ean'] }} code fabricant : {{ produit['code_fabricant'] }} |
Prix TTC : {{ produit['prix_ttc'] }} Prix HT : {{ produit['prix_ht'] }} |
En savoir plus |