diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig
index 6b1946f9..6b54114c 100644
--- a/templates/public/edit.html.twig
+++ b/templates/public/edit.html.twig
@@ -167,16 +167,16 @@
{% include 'public/edit/tags.html.twig' %}
-
-
Prévisualisation des tags OSM (texte à copier-coller)
- {% set tags_for_textarea = {} %}
- {% for k, v in commerce_overpass.tags_converted %}
- {% if v is not empty %}
- {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %}
- {% endif %}
- {% endfor %}
- {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %}
-
+{#
#}
+{#
Prévisualisation des tags OSM (texte à copier-coller)
#}
+{# {% set tags_for_textarea = {} %}#}
+{# {% for k, v in commerce_overpass.tags_converted %}#}
+{# {% if v is not empty %}#}
+{# {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %}#}
+{# {% endif %}#}
+{# {% endfor %}#}
+{# {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %}#}
+{#