{% load mptt_tags i18n %}
  • {% trans 'Pages' %}

  • {% recursetree nodes %} {{ node.title }} {% if not node.is_leaf_node and not node.parent == current_page %} {% endif %} {% endrecursetree %}