{% load docs_tags %} {% for item in items %} {% if item.is_dir %}
{% if item.url %} {{ item.label }} {% else %} {{ item.label }} {% endif %}
{% include "docs_viewer/_nav_tree.html" with items=item.children current_path=doc_path is_first_level=False %}
{% else %} {{ item.label }} {% endif %} {% endfor %}