{% for breadcrumb in breadcrumbs %} {% if breadcrumb == breadcrumbs|last and breadcrumb.url == ""%}
  1. {{ breadcrumb.text }}
  2. {% elif breadcrumb == breadcrumbs|last %}
  3. {{ breadcrumb.text }}
  4. {% elif breadcrumb.url == "" %}
  5. {{ breadcrumb.text }}
  6. {% else %}
  7. {{ breadcrumb.text }}
  8. {% endif %} {% endfor %}