{% for url, label in breadcrumbs %}
  • {% ifnotequal forloop.counter breadcrumbs_total %} {{ label|safe }} {% else %} {{ label|safe }} {% endifnotequal %} {% if not forloop.last %} / {% endif %}
  • {% endfor %}