is it possible in html side increase a variable ?
i mean
{$i++} in template lite does not work
{$i++}
What i want is that if i is multiple of four , it must add a <li></li>
<li></li>
{foreach from=$books value=book} {/foreach}