{% for child in children %}
{% if child.url %} {{ child.name }} {% else %} {{ child.name }} {% endif %} {% if child.children %} {% include 'jobs/presetChildrenTree.html' with children=child.children %} {% endif %}
{% endfor %}