13
Recently I had a similar issue with "div by", in my case it was:
le="color: #000000"><?php <{if $category.count is div by 3}>
The workaround that I found on the Web was to change to code to this:
le="color: #000000"><?php <{if $category.count % 3 == 0}>
Maybe it will help somebody