{% load app_tags glue_tags %} {% if node.require_authentication and request.user.is_authenticated or not node.require_authentication %} {% node_url node=node as url %}
  • {% if node.icon %}{% icon node.icon %}{% endif %}{{ node.label }} {% if node.children %} {% endif %}
  • {% endif %}