{% for entreprise in dataEntreprise %}
{% endfor %}
{{ entreprise.nomEntreprise }}
{{ entreprise.adresse ~' '~ entreprise.ville ~' '~ entreprise.cp }}{{ entreprise.description }}
Opening Hours
{% for horaire in horaires|slice(0, 4) %}
- {{ horaire.jourSemaine }} {% if horaire.apresmidiOuverture == '00:00:00' and horaire.apresmidiFermeture == '00:00:00' %} Fermée {% else %} {{ horaire.apresmidiOuverture|date('H:i') ~ ' - ' ~ horaire.apresmidiFermeture|date('H:i') }} {% endif %} {% if horaire.matinOuverture == '00:00:00' and horaire.matinFermeture == '00:00:00' %} Fermée {% else %} {{ horaire.matinOuverture|date('H:i') ~ ' - ' ~ horaire.matinFermeture|date('H:i') }} {% endif %}
{% for horaire in horaires|slice(4, 6) %}
- {{ horaire.jourSemaine }} {% if horaire.apresmidiOuverture == '00:00:00' and horaire.apresmidiFermeture == '00:00:00' %} Fermée {% else %} {{ horaire.apresmidiOuverture|date('H:i') ~ ' - ' ~ horaire.apresmidiFermeture|date('H:i') }} {% endif %} {% if horaire.matinOuverture == '00:00:00' and horaire.matinFermeture == '00:00:00' %} Fermée {% else %} {{ horaire.matinOuverture|date('H:i') ~ ' - ' ~ horaire.matinFermeture|date('H:i') }} {% endif %}
Localisation
Adresse: {{ coordonneesEntreprise.adresse_entreprise }}
Avis Google
{% if avisGoogle [2] is not null %}
{{ avisGoogle[1] }}/5
Nombre d'avis ({{ avisGoogle[2] }}),
en voir plus
{% for avis in avisGoogle[0] %}
{% endfor %}
{% else %}
{% endif %}
{{ avis.author_name }}– {{ avis.relative_time_description }}:
{{ avis.text }}
Pas d'avis Google
Accèder à la fiche Google