Loading docs/ref/templates/builtins.txt +2 −1 Original line number Diff line number Diff line Loading @@ -1434,7 +1434,8 @@ then the output would be: ] You can also do more complicated things like:: {{ for book in books|dictsort:"author.age" {% for book in books|dictsort:"author.age" %} * {{ book.title }} ({{ book.author.name }}) {% endfor %} Loading Loading
docs/ref/templates/builtins.txt +2 −1 Original line number Diff line number Diff line Loading @@ -1434,7 +1434,8 @@ then the output would be: ] You can also do more complicated things like:: {{ for book in books|dictsort:"author.age" {% for book in books|dictsort:"author.age" %} * {{ book.title }} ({{ book.author.name }}) {% endfor %} Loading