{% load community_utils %} {% for child in children %} {% with url_params=request.user|can_change_page:child|ifthen:request.toolbar.show_toolbar|ifthen:"?edit" %}
  • {{ child.get_menu_title }} {% if child.children %} {% endif %}
  • {% if child.children %}
  • {% endif %} {% endwith %} {% endfor %}