{% load wpadmin_menu_tags i18n %} {% spaceless %} {% if is_user_allowed and not item.is_empty %}
  • {{ item.title }} {% if item.add_url %}+{% endif %} {% if item.is_bookmark %}-{% endif %} {% if item.children and item.enabled %} {% endif %}
  • {% endif %} {% endspaceless %}