Searched refs:previtem (Results 1 – 4 of 4) sorted by relevance
476 def previtem(self): member in LoopContext
387 def previtem(self): member in LoopContextBase
686 | `loop.previtem` | The item from the previous iteration of the loop. |764 last iteration or will change in the next iteration, you can use `previtem`768 {% if loop.previtem is defined and value > loop.previtem %}
204 - Added ``previtem`` and ``nextitem`` to loop contexts, providing