{% extends "maps/map_cell.html" %} {% load gnm %} {% block map-attributes %} {{ block.super }} {% if cell.page.slug == 'autour-de-moi' %}data-query-string="distance=1000&lat={{init_lat}}&lng={{init_lng}}"{% endif %} {% endblock %} {% block cell-content %}
{% if cell.page.slug == 'autour-de-moi' %} {% endif %}
{{ block.super }} {% get_collectivity_slugs as slugs %} {{ slugs|json_script:"collectivity-slugs" }} {% endblock %}