{% for item in arBreadcrumbs %} {% if item.name is not empty and item.url is not empty %} {% if loop.last %}
  1. {{ item.name }}
  2. {% else %}
  3. {{ item.name }}
  4. {% endif %} {% endif %} {% endfor %}