{% load i18n admin_tools_menu_tags %} {% if menu.children %} {% comment %} {% for item in menu.children %}
{% endfor %} {% endcomment %} {% for item in menu.children %} {% ifequal item.css_classes|join:' ' "bookmark" %} {% if bookmark %} {% include "admin_tools/menu/remove_bookmark_form.html" %} {% else %} {% include "admin_tools/menu/add_bookmark_form.html" %} {% endif %} {% endifequal %} {% endfor %} {% endif %}