{% load i18n %} {% load menubuilder %} {% load thumbnail %} {# This is a 2 levels menu #} {% menu menu_main %} {% for item in menuitems %}
  • {# {% if item.picture %} #} {# {% thumbnail item.picture.image "16x16" as thumb %} #} {# {{ item.title }} #} {# {% endthumbnail %} #} {# {% endif %} #} {{ item.label }} {% if item.has_children %} {% endif %}
  • {% endfor %}