{% load pages_tags i18n adminmedia cache %} {% if has_permission %} | | {% if page.children.count %} + - {% endif %} {% show_content page "slug" %} {% trans "move" %} | {% trans "add" %} | {% trans "view" %} | {% trans "delete" %} {% for lang in page.get_languages %} {{ lang }} {% if not forloop.last %}|{% endif %} {% endfor %} {% ifequal page.status page.PUBLISHED %} {% else %} {% endifequal %} {{ page.get_template }} {% cache 10000 page_author page.author_id %} {% firstof page.author.get_full_name page.author.first_name page.author.username %} {% endcache %} {% endif %} {% if expanded %} {% for child in page.children.all %} {% pages_admin_menu child url level %} {% endfor %} {% endif %}