{% for navi in navigationbar.entries %}
  • {% if navi.icon %}{{ navi.uid }}{% endif %}{% if navi.name %}{{ navi.name }}{% endif %}
  • {% endfor %}