{% 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 %}
{#
{{ pagination.getTotalItemCount }}
#}
{% if search is defined %} {% else %} {% endif %}
{% for produit in produits %} {% if fileExists(produit['image']) %} {% else %} {% endif %} {% endfor %}
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
{{ knp_pagination_render(produits, null, {}, {'align': 'center', 'rounded': true}) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}