{% 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 %}
Dépêchez-vous! seulement {{ produit['stock'] }} articles restants
{% endif %} {% if produit['stock'] > 10 %}Il y a {{ produit['stock'] }} articles restants
{% endif %}