X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=9d867e7960a55a4ab9f656866923e5e04e10e8d9;hp=c7566430271a6c0bec6bdeeb2172541e2fa0b05b;hb=e72e054eb8a6d24518ee1d7f9f6c3d2b123353b0;hpb=f2a075e3a1d402fbc1922c3dcf7a4d7fb4370832 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index c756643..9d867e7 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -91,9 +91,11 @@ [% IF p.num_songs > 1 %] Total [% END %] + [% FOR pl = p.players %] +[% IF pl.locked %] [% pl.nick %] [% FOR s = pl.songs %] @@ -106,6 +108,33 @@ [% pl.total %] [% END %] +[% ELSE %] + + [% pl.nick %] +[% FOR s = pl.songs %] + +[% IF s.chosen %] + + + +[% END %] +[% END %] +[% IF p.num_songs > 1 %] + [% pl.total %] +[% END %] + + + +[% END %] [% END %] [% END %]