{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Produit fini {% endblock %} {% block contenu_principal_commercial %}
Produit fini





{% if prixVentes is not empty %} {% for prixVente in prixVentes %} {% if loop.index <= 5 %} {% set prix = prixVente.prixKilo * 1000 %} {% endif %} {% endfor %}
Prix de la tonne (FCFA) Date
{{prix|number_format(0, ',', '.')}} {{prixVente.date|date('d/m/Y')}}
{% else %} {% endif %}

{% if matiereSecondaire.image is not empty %} Image de la matière secondaire {% else %} {% endif %}
{% endblock %}