{% load pages_tags i18n admin_static cache %}
{% if page.children.count %} + - loading {% endif %} {% show_content page "slug" %} {% if page.redirect_to or page.redirect_to_url %} redirected{% endif %} {% if page.has_broken_link %} PL {% endif %}
{% if not page.children.count %} {% else %} {% endif %} {% trans "cancel" %}
{% trans "cancel" %}
{{ page.last_modification_date|date:_("DATETIME_FORMAT") }} {% if can_publish %} {% ifequal page.status page.DRAFT %} draft {% else %}{% ifequal page.status page.PUBLISHED %} published {% else %} hidden {% endifequal %}{% endifequal %}   {% else %} {% ifequal page.status page.DRAFT %}{% trans "Draft" %}{% endifequal %} {% ifequal page.status page.PUBLISHED %}{% trans "In navigation" %}{% endifequal %} {% ifequal page.status page.HIDDEN %}{% trans "Hidden" %}{% endifequal %} {% endif %} {{ page.get_template_name }} {% cache 10000 page_author page.author_id %} {% firstof page.author.user page.author.get_full_name page.author.first_name page.author.username %} {% endcache %} {% if expanded %} {% for child in page.children.all %} {% pages_admin_menu child %} {% endfor %} {% endif %}