{% for anc in ancestors %} {% if forloop.last and forloop.counter > 1 %} {# skip last one #} {% else %}
  • {{ anc.get_menu_title }} / 
  • {% endif %} {% endfor %} {% if request.current_page.parent.reverse_id == 'npf' and not request.current_page.parent.in_navigation %}
  • {{ request.current_page.parent.get_title }} / 
  • {% endif %}