templates/boutiques/index.html.twig line 1
{% extends 'base.html.twig' %}
{% block title %}Les boutiques!{% endblock %}
{% block body %}
{% if app.user == null %}
{% endif %}
{% for boutique in boutiques %}
{% if boutique.nom != null %}
{% if boutique.logo != null %}
 }})
{% else %}

{% endif %}
{{boutique.adresse}} {{boutique.ville}}
{{boutique.telephone}}
Visiter
{% endif %}
{% endfor %}
{% if boutiques is not null %}
{% endif %}
{% endblock %}