{% load i18n future pages_tags %}
{% spaceless %}
{% if page_branch_in_menu %}
{% for page in page_branch %}
{% if page.is_primary %}
{% if forloop.first %}
{% endif %}
{% if page.in_menu %}
{% endif %}
{% endif %}
{% if page.in_menu and page.pk not in unauthorized_pages %}
{% if forloop.first and not page.parent.in_menu and not page.is_primary %}
{% endif %}
{% if page.in_menu and page.has_children_in_menu and page.pk not in unauthorized_pages %}{% page_menu page %}{% endif %}
{% if page.in_menu and page.pk not in unauthorized_pages %}
{% if forloop.first and not page.parent.in_menu and not page.is_primary %}
{% endif %}
{% endif %}
{% if page.is_primary %}
{% if page.in_menu %}