{# MAIN CATEGORIE SIDE BAR (if needed) #}
{% if config.menu.showOnePanePerMainOption %}
{# MAIN OPTIONS ICONS & TOOLTIP #}
{% for mainOption in mainCategory.options %}
{% endfor %}
{% endif %}
{{ 'all' | i18n }}
{{ 'all.the' | i18n }} {{ 'element.plural' | i18n }}
{{ mainOption.name }}
{% if config.menu.showOnePanePerMainOption %}
{% endif %}
-
{# ALL FILTERS INCLUDING TAXONOMY #}
{% for filter in config.menu.filters %}
{% if filter.type in ["date", "number"] %}
{# Filter Label and Clear button #}
-
{{ filter.label|safe }}{#{{ 'clear'|i18n }}#}
{# Filter content wrapper #}
{% endif %}
{% include 'components/directory-menu/filter-' ~ filter.type ~ '.html.njk' ignore missing %}
{% if filter.type in ["date", "number"] %}
{% endif %}
{% endfor %}
{% include 'components/directory-menu/show-only-favorite-pending-moderation.html.njk' %}
{% if config.map.optionnalGeojsonLayers|length > 0 %}
{% include 'components/directory-menu/toggle-geojson-layers.html.njk' %}
{% endif %}