divisibleby
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
divisibleby checks if a variable is divisible by a number:
{% if loop.index is divisibleby(3) %} ... {% endif %}