{% load menu_tags %} {% for menu_item in menu_items %} {% show_permitted_menu_entry menu_item %} {% if menu_item.active %}
  • {% else %}
  • {% endif %} {{ menu_item.display_name }}
  • {% endshow_permitted_menu_entry %} {% endfor %}