{% set title = title is defined ? title : 'Résultats de recherche' %} {% if sector is defined and sector.banner %} {% set thumbnail = sector.banner.thumbnail %} {% set banner = sector.banner.file %} {% endif %} {% import "Default/macros.html.twig" as macros %} {% import "Macros/agency.html.twig" as agency %} {% import "Macros/currentAccount.html.twig" as currentaccount %} {% import "Macros/savingAccount.html.twig" as savingaccount %} {% macro products(o) %} {% set route = o.route %} {% set label = o.label %} {% set items = o.list %} {% for o in items %} {% endfor %} {% endmacro %} {% extends 'Default/base.html.twig' %} {% block content %} {% set countProducts = 0 %} {% for o in products %} {% set countProducts = countProducts + o.list|length %} {% endfor %} {% endblock %}