1 {% load explorer_tags %}
3 <li class="file-tree-entry" title="{{document.name|bookname}}">
4 <a href="{% url editor_view document.name %}">{{ document.name|bookname }}</a>
5 {% if document.parts %}
6 <ul class="file-tree-part">
7 {% for part in document.parts %}