{% load i18n %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% spaceless %} {% for part in parts %} <{% if part.link %}a href="{{ part.link }}"{% else %}span{% endif %} class="align-middle inline-block leading-5 tracking-tight"> {{ part.title|capfirst }} {% if not forloop.last %} {% if LANGUAGE_BIDI %}chevron_left{% else %}chevron_right{% endif %} {% endif %} {% endfor %} {% endspaceless %}