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

<!-- IF loop.S_ROW_NUM is divisible by(4) -->yes<!-- ELSE -->no<!-- ENDIF -->

<!-- END loop -->

<!-- BEGIN loop -->

<!-- IF loop.S_ROW_NUM is divisible by(3) -->yes<!-- ELSE -->no<!-- ENDIF -->

<!-- END loop -->