{% for label, url in breadcrumb %} {% if forloop.last %}
  • {{ label }}
  • {% else %}
  • {{ label }} >
  • {% endif %} {% endfor %}