{% for item in menu %} {% if item.link == "{{ wcs_url }}" and user.is_authenticated %}
  • {{ item.title }}
  • {% elif item.title == "Espace famille" and user.is_authenticated %}
  • {{ item.title }}
  • {% elif item.title == "Espace médiathèque" and user.is_authenticated %}
  • {{ item.title }}
  • {% else %}
  • {{ item.title }}
  • {% endif %} {% endfor %}