My code:
<div class="grid_3 {if $smarty.foreach.aussen.iteration ?????} alpha {/if}
{if $smarty.foreach.aussen.iteration % 4 == 0} omega {/if} "></div>
This works fine:
{if $smarty.foreach.aussen.iteration % 4 == 0} omega {/if}
But I need a formula for this steps 1, 5, 9, 13, 18, 23:
{if $smarty.foreach.aussen.iteration ?????} alpha {/if}