{% extends 'form/base.html' %} {% load i18n static %} {% block bodyclass %}layout-map-modal{% endblock %} {% block content %}
{% trans "List of all points on the map:" %}
{% trans "Map layers:" %}
{% include 'parts/map_layers_select.html' with select_name='map-layers-0' selected='googlehybrid'%}
{% include 'parts/map_layers_select.html' with select_name='map-layers-1' selected='osm'%}
{% endblock %} {% block footer %}{% endblock %} {% block bottom %} {% endblock %}