{% load i18n %} {% if breadcrumb %} {% for page_title, url in breadcrumb %} {{ page_title|safe }} {% if not forloop.last %} > {% endif %} {% endfor %} {% endif %}