{% extends 'base_fullwidth_leaflet.html' %} {% load leaflet_tags %} {% leaflet_js %} {% leaflet_css %} {% load geojson_tags %} {% load i18n staticfiles crispy_forms_tags django_tables2 %} {% block content %}

{% if createplacebtn %}{% trans 'Créer une localité' %}{% endif %} {{ title | safe }}

{% comment %}Tableau de recherche avec filtrage {% endcomment %}
{% if filter %}
{% crispy filter.form %}
{% endif %} {% if count %}
{% if export %} {% endif %} {{ counttitle }} : {{ count }}
{% endif %}
{% render_table table %}
{% if filter %} {% endif %} {# Carte de recherche#}
{% leaflet_map "main" %}
{% endblock %}