{% load adminmedia menu_admin_tags %} {% load i18n %} {{ item.caption }} {% comment %} addlink and deletelink are Django's CSS classes, hence the naming discrepancy {% endcomment %} {% trans 'add' %} | {% trans 'move' %} | {% trans 'delete' %} {{ item.link }} {% if item.visible %} True {% else %} False {% endif %} {% if item.open_in_new_window %} True {% else %} False {% endif %} {% if children %} {% for child in children %} {% menu_item_row menu child %} {% endfor %} {% endif %}