{% for item in items %}
  1. {%- if not loop.first -%} ยป {%- endif -%} {%- if item.url -%} {{ item.title|truncate(40) }} {%- if loop.last -%} ({% trans %}you are here{% endtrans %}) {%- endif -%} {%- else -%} {{ item.title|truncate(40) }} {%- if loop.last -%} ({% trans %}you are here{% endtrans %}) {%- endif -%} {%- endif -%} {%- if item.icon -%} {%- endif -%}
  2. {% endfor %}