{% extends '_base.html' %} {% block title %}Niamoto - Zones Géographiques{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Zones Géographiques

{% for type_name, type_data in shapes_by_type.items() %}
{{ type_data.type_label }} {{ type_data.shapes|length }}
{% endfor %}
{% for type_name, type_data in shapes_by_type.items() %} {% endfor %}
{% endblock %} {% block extra_scripts %} {% endblock %}