{% for breadcrumb in page.breadcrumbs %}
  1. {% if forloop.last %}{{ breadcrumb.text }}{% else %}{{ breadcrumb.text }}{% endif %}
  2. {% endfor %}