{% extends 'base.html.twig' %} {% block title %}Restos{% endblock %} {% block body %}
{% for resto in restos %} {% if 'CAT_REST' in resto.categorie %} {% if resto.logo %} {% endif %} {% endif %} {% endfor %}
{% for resto in restos %} {% if 'CAT_SNACK' in resto.categorie %} {% if resto.logo %} {% endif %} {% endif %} {% endfor %}
{% for resto in restos %} {% if 'CAT_CAFE' in resto.categorie %} {% if resto.logo %} {% endif %} {% endif %} {% endfor %}
{% endblock %}