1. {% for item in items %}
  2. {% if item.url %} {{ item.translatedLabel }} {% else %} {{ item.translatedLabel }} {% endif %}
  3. {% endfor %}