{% for breadcrumb in local_breadcrumbs if breadcrumb.type != "MyBookList" and breadcrumb.type != "AuthorBookList" %} {% if breadcrumb.type != 'Splitter' %}
  1. {{ breadcrumb.label }} {% if not loop.index==local_breadcrumbs|length-1 %} {% endif %}
  2. {% else %}
  3. {{ breadcrumb.label }}
  4. {% endif %} {% endfor %}