{% extends 'static.html.twig' %} {% block title %}annuaires - {% endblock %} {% block body %}

Résultats de recherche pour : la rubrique

Devenez la prochaine success story avec nous ! Découvrez comment nos services ont transformé des entreprises comme la vôtre

{% for customer in business %} {% if customer.CustmerType == 'vip' or customer.CustmerType == 'VIP'%} {% else %}

{{customer.BusinessName}}

Mbl {{ customer.Mobile }}
Email {{ customer.Email }}

explore person

{{customer.StreetAddress}}

{% endif %} {% endfor %}


{{ knp_pagination_render(business) }}
{% endblock %}