{% extends 'static.html.twig' %} {% block title %}{{secteur}}- Annuaires Economiques Algériens {% endblock %} {% block body %} Resultat de recherche pour : Secteur ({{secteur}}) {% for customer in business %} {{customer.BusinessCategoryName }} {% endfor %} {{ knp_pagination_render(business) }} {% endblock %}