Fork me on GitHub

reverse

reverse

The 'reverse' filter reverses a List:

{% for user in users | reverse %} {{ user }} {% endfor %}