{% for n, u in breadcrumbs %} {% if not forloop.last %}
  • {{ n|title }} »
  • {% else %}
  • {{ n }}
  • {% endif %} {% endfor %}