X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hb=f7715bdd2ebff189efc64c2b639a69d3ab3138bc;hp=074e21eb482b3ce321559a52b4907b222773cef3;hpb=527ded6205b8830901a83a6c6871311011746909;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 074e21e..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -81,19 +81,21 @@ + [% ELSE %] + Gruppe [% p.parallel %] [% END %] [% FOR s = p.songs %] [% IF s == '' %] - Selvvalgt + Selvvalgt [% ELSE %] - [% s %] + [% s %] [% END %] [% END %] [% IF p.num_songs > 1 %] @@ -103,13 +105,15 @@ [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] [% pl.nick %] [% FOR s = pl.songs %] - [% s.score %] + [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -122,11 +126,12 @@ [% pl.nick %] [% FOR s = pl.songs %] - + - - + + + + + + + [% END %] [% END %]