{% for s in module.get_descendants %} {% ifequal s.id module.id %} {% else %}
  • {% ifnotequal s.id section.id %} {% else %} {% endifnotequal %} {{s.label}} {% ifnotequal s.id section.id %} {% else %} {% endifnotequal %} {% if s.get_children %}
      {% else %} {% if s.is_last_child %} {% for lc in s.closing_children %}
    {% endfor %} {% endif %} {% endif %} {% if s.get_children %} {% else %}
  • {% endif%} {% endifequal %} {% endfor %}