[%# vim:set filetype=html: %]

Generelle fakta

Beste sanger

[% SET rowno = 1 %] [% FOR s = bestsongs %] [% SET rowno = rowno + 1 %] [% END %]
Sang Poengsum Arrangement
[% rowno %][% s.title %] [% s.score %] [% s.tournamentname %]

Alle sanger

[% FOR s = allsongs %] [% SET col = 0 %] [% FOR score = s.scores %] [% SET col = col + 1 %] [% END %] [% WHILE col != columns %] [% SET col = col + 1 %] [% WEND %] [% END %] [% END %]
[% s.title %][% score %]