{% load i18n ocyan_thumbnail oxyan %}
{# Carbasa dropdown override: include the root page when it is marked "show in menus". #}
{% rootpage_as_category as menu_root_proxy %}
{% if menu_root_proxy and menu_root_proxy.show_in_menus %}
{% endif %}
{% if menu_items %}
{% for menu_item in menu_items %}
{% with category_icon=menu_item.category.icons.first %}
{% if menu_item.has_children %}