{% extends "admin/base_site.html" %} {% load chimere_tags i18n admin_static %} {% block extrahead %} {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_table }}

{% blocktrans %}Ensure that all the data exported to OSM have an appropriate license. You can exclude some points of interest by checking the checkbox "Not to be imported in OSM" in the point of interest form. If you are not sure of what you are doing: DON'T EXPORT TO OSM!{% endblocktrans %}

{% endblock %}