• {% load cms_tags i18n adminmedia %}
    | |
    {% for lang in page.get_languages %}{{ lang }}{% if not forloop.last %} | {% endif %}{% endfor %}
    {% if page.status %} {% else %} {% endif %}
    {% if page.in_navigation %} {% else %} {% endif %}
    {% if softroot %}
    {% if page.soft_root %} True {% endif %}
    {% endif %}
    {{ page.get_template_name }}
    {% firstof page.author.get_full_name page.author.first_name page.author.username %}
    {% if children %} {% for child in children %} {% show_admin_menu child no_children level %}{% endfor %} {% endif %}