{% comment %} Displays the breadcrumbs on the event_list pages. Used by the event_list_breadcrumbs() template inclusion tag. {% endcomment %} {% load spectator_core %} {% if current_kind is None %} {% else %} {% for kind in event_kinds %} {% if kind == current_kind %} {% with event_kinds_data|get_item:kind as kind_data %} {% endwith %} {% endif %} {% endfor %} {% endif %}