1 [%# vim:set filetype=html: %]
2 <h2>Generelle fakta</h2>
5 <li>Sesong: [% tournament.seasonname %]</li>
6 <li>Land: [% tournament.countryname %]</li>
7 <li>Sted: [% tournament.location %]</li>
8 <li>Dato: [% tournament.date %]</li>
9 <li>Maskin: [% tournament.machinename %]</li>
10 <li>Scoresystem: [% tournament.scoringsystemname %]</li>
14 <h2>Runde [% r.round %]</h2>
16 [% FOR p = r.parallels %]
17 <table class="scores">
19 [% IF p.parallel == 0 %]
22 <th>Gruppe [% p.parallel %]</th>
29 [% FOR pl = p.players %]
31 <th>[% pl.nick %]</th>
32 [% FOR s = pl.songs %]