X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hb=f7715bdd2ebff189efc64c2b639a69d3ab3138bc;hp=0c2bc7abeefee54dd3d454148cf9a50c8e2f0b0b;hpb=3817990ced5d877917c7deb95baffec131acff96;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 0c2bc7a..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,8 +126,12 @@ [% pl.nick %] [% FOR s = pl.songs %] - + + + + + + + + + [% END %] [% END %]