Files
Twig/doc/tests/divisibleby.rst
T
2011-09-27 08:43:35 +02:00

11 lines
190 B
ReStructuredText

``divisibleby``
===============
``divisibleby`` checks if a variable is divisible by a number:
.. code-block:: jinja
{% if loop.index is divisibleby(3) %}
...
{% endif %}