{% for ance in ancestors %}
  1. {% if not forloop.last %} {{ ance.get_menu_title }} » {% else %} {{ ance.get_menu_title }} {% endif %}
  2. {% endfor %}