1 {% dictsort users "age" as sorted_users %}
2 {% for user in sorted_users %}
3 {% ifchanged %}Users with {{user.age}} years{% endifchanged %}
7 {% for user in sorted_users %}
8 {% ifchanged user.age user.foo %}Users with {{user.age}} years{% else %}continue{% endifchanged %}