{% extends "../generic_tutorial_dialog.html" %} {% load i18n %} {% load static %} {% block content %}

{% trans "Introduction - Page Tree" %}

{% trans "We merged 'All pages' and 'Tree View' into one single view. In this view you can do the following:" %}

{% get_current_language as LANGUAGE_CODE %} {% with "images/page_tree_tutorial_"|add:LANGUAGE_CODE|add:'.gif' as image_static %} {# djlint:off H006 #} page tutorial {# djlint:on #} {% endwith %}
{% endblock content %}