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