{% for node in children %}
  • {% if node.children %}
    {% include 'scanpipe/tree/dependency_node.html' with node=node only %} {% include 'scanpipe/tree/dependency_children.html' with children=node.children only %}
    {% else %} {% include 'scanpipe/tree/dependency_node.html' with node=node only %} {% endif %}
  • {% endfor %}