[%# vim:set filetype=html: %]
This function sets what tournament is active (that is, what the big screen is to show information from).
[% IF active_tournament == -1 %] [% ELSE %] [% END %] [% FOR t = tournaments %] [% IF t.tournament == active_tournament %] [% t.tournamentname %] [% ELSE %] [% t.tournamentname %] [% END %] [% END %]