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

General facts

[% IF closing_valid && !public %]

Start new round

<_>At the moment, there's been [% num_rounds %] <_>full rounds, which means that you could start round [% num_rounds + 1 %] <_>if you'd like. Note that you can't start a new round before the previous one has been completely done.

<_>There are [% num_qualified %] <_>players going onto the next round, and these will be spread evenly out over how many groups you select.

Number of groups
Number to advance from each group
Number of random songs
Number of self-selected songs
[% END %] [% IF finishing_valid && !public %]

End tournament

As there's only one group left and that group is done, you can end the tournament if you'd like to. Note that when you've ended the tournament, the ranking lists will be generated and the CC points will be handed out, and there's no way back (that is, the tournament is permanently ended).

[% END %] [% IF num_rankings > 0 %]

Ranking list

[% END %] [% FOR r = rounds %] [% IF r.locked || !public %]

Runde [% r.round %]

[% FOR p = r.parallels %] [% IF bigscreen && !public %]

[% IF p.bigscreen %] [% ELSE %] <_>Number of machines: <_>Number of simultaneous players on each machine: [% END %]

[% END %]
[% IF p.parallel == 0 %] [% ELSE %] [% END %] [% FOR s = p.songs %] [% IF s.song == -1 %] [% ELSE %] [% END %] [% END %] [% IF p.num_songs > 1 %] [% END %] [% IF !r.locked && !public %] [% END %] [% FOR pl = p.players %] [% IF r.locked || public %] [% FOR s = pl.songs %] [% IF s.chosen %] [% END %] [% END %] [% IF p.num_songs > 1 %] [% END %] [% IF pl.best_rank == pl.worst_rank %] [% END %] [% ELSE %] [% FOR s = pl.songs %] [% IF s.chosen %] [% END %] [% END %] [% IF p.num_songs > 1 %] [% END %] [% END %] [% END %]
<_>Group [% p.parallel %] Self-selected[% s.title %]TotalRank
[% pl.nick %] [% s.score %] [% s.playmode %] [% s.difficulty %][% s.title %][% pl.total %][% pl.best_rank %] [% ELSE %] [% pl.best_rank %]-[% pl.worst_rank %]
[% pl.nick %] [% IF !s.chosen %] [% END %] [% pl.total %][% pl.rank %]
[% END %]
[% END %] [% END %]