{% extends "baseClient.html.twig" %} {% block title %} EasyFood | Restaurants {% endblock %} {% block body %}
{{ form_start(formSearch) }} {{ form_widget(formSearch) }} {{ form_end(formSearch) }}
{% for resto in lesRestaurants %} {% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}
{% endblock %}