{% for child in this.parent.children %} {{ _(child.title) }} {% endfor %}

    {% for child in this.parent.children|sort(attribute='key') %} {{ _(child.title) }} {% endfor %}