sort
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The sort filter sorts an array:
{% for use in users|sort %} ... {% endfor %}
Note
Internally, Twig uses the PHP asort function to maintain index association.