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