{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Matériels {% endblock %} {% block contenu_principal_commercial %}
{% include('template-message.html.twig') %}
Matériels  {{total}}
  Nouveau
{% set nbre = 0 %} {% for materiel in materiels %} {% set nbre = nbre + 1 %} {% endfor %}
# Dénomination Quantité en stock Action
{{nbre}} {{ materiel.denomination }} {{ materiel.quantiteStock }}      
{{ knp_pagination_render(materiels, 'template-paginator.html.twig') }}
{% endblock %}