templates/search/index.html.twig line 1

  1. {% extends 'static.html.twig' %}
  2. {% block title %}Hello SearchController!{% endblock %}
  3. {% block body %}
  4. Résultats de recherche pour : {{keyword}}

  5. 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'%}
  • {{customer.BusinessName}}

  • Mbl
  • {{ customer.Mobile }}
  • Email
  • {{ customer.Email }}
  • explore person
  • {{customer.StreetAddress}}

  • {% else %}
  • {{customer.BusinessName}}

  • Mbl
  • {{ customer.Mobile }}
  • Email
  • {{ customer.Email }}
  • explore person
  • {{customer.StreetAddress}}

  • {% endif %}
  • {% endfor %}


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