{% extends "./side_panel.html" %} {% load other_filters %} {% block "type" %}geo{% endblock %} {% block "aria-label" %}Menu pour le choix du territoire{% endblock %} {% block "content" %}

Choix du territoire

{% for m in params.all_meshes %}

{{ params.meshes_titles|get_item:m }}

{% endfor %}
{% endblock %}