{% extends 'bundles/SonataAdminBundle/layout.html.twig' %} {% block sonata_admin_content %} {% trans_default_domain 'admin' %} {% block notice %} {% include '@SonataCore/FlashMessage/render.html.twig' %} {% endblock notice %}

Back Review the data before sending to OSM

This OSM feature has been build reversing the {{ element.source.sourceName }} import.
You can adjust the tags manually, or improve the import mapping.
"Convert data for export" tab is also available for advanced usage.

{% for key, value in feature.tags %} {% endfor %}
{{ key }}
{% endblock %}