-
+
diff --git a/templates/public/places_with_note.html.twig b/templates/public/places_with_note.html.twig
index 1d3e153..1ca7074 100644
--- a/templates/public/places_with_note.html.twig
+++ b/templates/public/places_with_note.html.twig
@@ -9,6 +9,7 @@
Nom |
+ Code postal |
Note |
Actions |
@@ -16,9 +17,16 @@
{% for place in places %}
- {{ place.name }} |
+ {{ place.name }}
+
+
+
+ |
+
+ {{place.zipcode}}
+ |
{{ place.note }} |
-
+ |
|
@@ -26,3 +34,4 @@
+{% endblock %}
\ No newline at end of file
diff --git a/translations/messages.fr.yaml b/translations/messages.fr.yaml
index 34f2acd..b77d091 100644
--- a/translations/messages.fr.yaml
+++ b/translations/messages.fr.yaml
@@ -25,7 +25,7 @@ display:
ask_angela_yes: "Oui"
ask_angela_no: "Non"
closed_commerces: "Commerces fermés"
-
+ places_with_note: "Lieux avec une note"
values:
wheelchair:
yes: "le lieu est totalement praticable en fauteuil roulant"