{% if config.images.menuTopImage %}
{% endif %}
{% import 'components/spinner-loader.html.njk' as spinnerLoader %} {{ spinnerLoader.create('directory-menu-spinner-loader') }}
{# MAIN CATEGORIE SIDE BAR (if needed) #} {% if config.menu.showOnePanePerMainOption %}
{{ 'all' | i18n }}
{{ 'all.the' | i18n }} {{ 'element.plural' | i18n }}
{# MAIN OPTIONS ICONS & TOOLTIP #} {% for mainOption in mainCategory.options %} {% endfor %}
{% endif %}
{% 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 %}