[%# vim:set filetype=html: %]
Song | Score | Occasion | |
---|---|---|---|
[% rowno %] | [% SET rowno = rowno + 1 %][% s.title %] | [% s.score %] | [% s.tournamentname %] |
[% s.title %] | [% SET col = 0 %] [% FOR score = s.scores %][% score %] | [% SET col = col + 1 %] [% END %] [% WHILE col != columns %][% SET col = col + 1 %] [% WEND %] [% END %] |
---|