{% from "components/map/marker-shape.html.njk" import markerShape, icon %} {% macro renderItem(category, recursive, displayCheckbox, config, topSeparator = false) %} {% set isCheckable = category.useForFiltering %}
{# ---- CATEGORY TITLE IF REQUIRED ----- #} {% if category.displayInMenu %}
  • {# --- NAME--- #}
    {{ category.nameShort }} {% if not category.unexpandable %}
    {% endif %}
    {% if displayCheckbox or config.theme == 'transiscope' %} {# --- CHECKBOX ---- #}
    {% endif %}
  • {% endif %} {# ---- CATEGORY LIST OPTIONS ----- #}
    {% endmacro %}