{% if not CMS_PERMISSION or has_add_permission or has_add_page_permission %}{% spaceless %}
{# if permissions not enabled, user user haves global can_add page #}
{% if has_add_on_same_level_permission %}
↑↓
{% endif %}
↘
{% endspaceless %}{% endif %}
{% if page.soft_root or page.is_home %}
{% endif %}
{% for lang in page.get_languages|in_filtered:site_languages %}
{% if has_change_permission %}{{ lang }}
{% else %}{{ lang|upper }}
{% endif %}
{% if not forloop.last %} | {% endif %}
{% endfor %}
{% if not filtered %}
{% if has_move_page_permission %}{% trans "cut" %}{% endif %}{% endif %}
{% if has_change_permission %}{% trans "copy" %}{% endif %}
{% if has_add_page_permission and has_add_on_same_level_permission %}
{% trans "add child" %}
{% else %}
{% if has_add_page_permission %}
{# if he can add page under current page, go directly to thi url #}
{% trans "add child" %}
{% endif %}
{% endif %}
{% if has_delete_permission %}{% trans "delete" %}{% endif %}
{% if CMS_MODERATOR %}
{% if has_moderate_permission %}{% for value, title, active, css_class in page|moderator_choices:user %}
{% endfor %}{% endif %}
{% endif %}
{% if CMS_MODERATOR %}
{% if moderator_should_approve %}{% endif %}
{{ page_moderator_state.label }}{% trans "view" %}
{% endif %}
{% if has_publish_permission %}
{% if page.published %}
{% else %}
{% endif %}
{% endif %}
{% if CMS_MODERATOR %}
{% if page.is_public_published %}{% trans "view" %}{% endif %}
{% else %}
{% trans "view" %}
{% endif %}
{{ page.publication_date|date:"Y-m-d" }}
{{ page.publication_end_date|date:"Y-m-d" }}
{{ page|is_restricted:request }}
{% if CMS_MODERATOR %}
{% for state in page.last_page_states %}
{% endfor %}