{% for item in menu %}
  • {{ item.label }}{% if item.active %} ({{ label_current }}){% endif %}
  • {% endfor %}