{% extends '../base.html' %} {% load leaflet_tags %} {% leaflet_js plugins="ALL" %} {% load geojson_tags %} {% block content %}

Rechercher une localité

{{ form.as_p }} {% if query %}

Results

{% for result in page.object_list %} {% empty %}

No results found.

{% endfor %}
Nom Commune Date de création Créateur Sessions
{{ forloop.counter }} {{ result.object.name }} {{ result.object.municipality }} {{ result.object.timestamp_create }} {{ result.object.created_by }} {{ result.object.session_set.all.count }}
{% if page.has_previous or page.has_next %}
{% if page.has_previous %} {% endif %}« Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %} Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %}
{% endblock %}