diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig index 6f3868b..52a0cc0 100644 --- a/templates/public/edit.html.twig +++ b/templates/public/edit.html.twig @@ -8,6 +8,13 @@
+ + +
+
+                                {{ dump(commerce_overpass.tags_converted )}}
+                            
+

{{ 'display.welcome'|trans }} {% set main_tag = commerce.mainTag is defined and commerce.mainTag is not empty ? commerce.mainTag : (commerce_overpass.tags_converted.main_tag is defined ? commerce_overpass.tags_converted.main_tag : null) %} @@ -19,31 +26,41 @@
{% if commerce_overpass is not empty %} -
-    {% if commerce_overpass.tags_converted is defined %}
-        {{ commerce_overpass.tags_converted |json_encode }}
-    {% endif %}
-    
- {% include 'public/edit/address.html.twig' %} - -
+
- + +
+ {% include 'public/edit/address.html.twig' %} + +
-
-
+ +
+ + + Téléphone + + +
+ +
{% if commerce_overpass.tags_converted.image is defined and commerce_overpass.tags_converted.image|length > 0 %} opening_hours {{ 'display.already_filled'|trans }} @@ -98,7 +113,7 @@ {% endif %} - {% include 'public/edit/wheelchair.html.twig' %} + {% if hide_filled_inputs and (commerce_overpass.tags_converted.ask_angela) is defined and commerce_overpass.tags_converted.ask_angela is not empty %} @@ -106,26 +121,11 @@ {% endif %} {% include 'public/edit/ask_angela.html.twig' %} - -
+ {% include 'public/edit/wheelchair.html.twig' %} -
- - - Téléphone - - -
- -
{% include 'public/edit/social_media.html.twig' %} - {% include 'public/edit/wheelchair.html.twig' %} {% include 'public/edit/tags.html.twig' %} @@ -191,8 +191,9 @@ {{ 'display.view_on_osm'|trans }} - OpenStreetMap + +{# logo OpenStreetMap#}