This commit is contained in:
Tomas
2024-07-17 14:46:39 +03:00
parent 98e67eac9a
commit 934439ac4e
+1 -1
View File
@@ -69,7 +69,7 @@ Variable Description
``loop.cycle`` Cycle over a sequence of values
``loop.changed`` True if previously called with a different value or if not called yet
``loop.previous`` The value from the previous iteration (``null`` for the first iteration)
``loop.next`` The value from the next iteration (``null`` for the first iteration)
``loop.next`` The value from the next iteration (``null`` for the last iteration)
===================== ========================================================================
.. code-block:: twig