{% for l in links %}
{% if l.children %} {{l.label}} {% else %} {{l.label}} {% endif %}
{% endfor %}