1 [%# vim:set filetype=html: %]
4 <p><a href="add-tournament.pl">Legg til turnering</a></p>
7 [% SET last_season = 0 %]
8 [% FOR t = tournaments %]
10 [% IF t.season != last_season %]
11 [% IF last_season != 0 %]
15 [% SET last_season = t.season %]
17 <h2>[% t.seasonname %]</h2>
23 <a href="show-tournament.pl?id=[% t.tournament %]">[% t.tournamentname %]</a>
24 (<a href="registration.pl?id=[% t.tournament %]">registrering</a>)