aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_expressions.html
blob: 6bff53f3880c708169dbd238958efd7da7415d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- BEGIN loop -->

<!-- IF loop.S_ROW_NUM is even by 4 -->on<!-- ELSE -->off<!-- ENDIF -->

<!-- END loop -->

<!-- BEGIN loop -->

<!-- IF loop.S_ROW_NUM is odd by 3 -->on<!-- ELSE -->off<!-- ENDIF -->

<!-- END loop -->