{% load i18n pages_tags %} {% if on_home %}
  • {% trans "Home" %}
  • {% else %} {% for page in page_branch %} {% if page.is_primary and forloop.first %}
  • {% trans "Home" %} /
  • {% endif %} {% if page.is_current_or_ascendant %} {% if page.is_current %}
  • {{ page.title }}
  • {% else %}
  • {{ page.title }} /
  • {% endif %} {% if page.has_children %}{% page_menu page %}{% endif %} {% endif %} {% endfor %} {% endif %}