{% 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 %} {% page_menu page %} {% endif %} {% endfor %} {% endif %}