{% load gas_tags %} {% for entry in menu %}
  • {% if entry.url %} {{ entry.label }} {% else %} {{ entry.label }} {% endif %} {% with children=entry|get_children:user_roles %} {% if children %} {% endif %} {% endwith %}
  • {% endfor %}