W3cubDocs

/Twig 2

divisible by

divisible by checks if a variable is divisible by a number:

{% if loop.index is divisible by(3) %}
    ...
{% endif %}

© 2009–2017 by the Twig Team
Licensed under the three clause BSD license.
The Twig logo is © 2010–2017 SensioLabs
https://twig.sensiolabs.org/doc/2.x/tests/divisibleby.html