{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Produit fini {% endblock %} {% block contenu_principal_commercial %}
{% include('template-message.html.twig') %}
Produit finis  {{total}}
  Nouveau
{% set nbre = 0 %} {% for matiere in matiereSecondaires %} {% set nbre = nbre + 1 %} {% endfor %}
# Dénomination Famille Action
{{nbre}} {{ matiere.denomination }} {% if matiere.familleMatiere is defined and matiere.familleMatiere is not empty %} {{ matiere.familleMatiere.denomination }} {% endif %}      
{{ knp_pagination_render(matiereSecondaires, 'template-paginator.html.twig') }}
{% endblock %}