<mvt:if expr="(POS1 MOD 4) EQ 0"> <div class="last-item"> // This will be executed of every 4th product starting at 4: 4,8,12,16 etc. </div> <mvt:else> // This code will be executed when the above condition is NOT met </mvt:if>