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

General facts

[% IF !public %]

Edit player

Nick
Country
Club
[% END %]

Best songs

[% SET rowno = 1 %] [% FOR s = bestsongs %] [% SET rowno = rowno + 1 %] [% END %]
Song Score Occasion
[% rowno %][% s.title %] [% s.score %] [% s.tournamentname %]

All songs

[% 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 %]