{% for node in nodes %} {% if node.get_children_count > 0 %}
  • {{ node.title }}
  • {% else %}
  • {{ node.title }}
  • {% endif %} {% endfor %}