{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Familles de matières {% endblock %} {% block style %} {% endblock %} {% block contenu_principal_commercial %}
{% include('template-message.html.twig') %}
Familles de matières  {{total}}
  Nouveau
{% set nbre = 0 %} {% for famille in familles %} {% set nbre = nbre + 1 %} {% endfor %}
# Dénomination Action
{{nbre}} {{ famille.denomination }}    {#    #}
{{ knp_pagination_render(familles, 'template-paginator.html.twig') }}
{% endblock %}