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