X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=7adedb730a3f15f6033ee735444f7d1248274fe4;hb=2af69ca729a57a65bc0afdded897ccdaa04bf315;hp=4c55422b610a786d725da42b35e78baf3569f545;hpb=c95f04cbf6a07a0e8c197ab947d3f83e18eb2b72;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 4c55422..7adedb7 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -98,7 +98,11 @@ [% FOR pl = p.players %] [% IF pl.locked %] - [% pl.nick %] + + + + [% pl.nick %] + [% FOR s = pl.songs %] [% s.score %] [% IF s.chosen %] @@ -113,9 +117,9 @@ [% pl.nick %] [% FOR s = pl.songs %] - - - + - [% IF s.difficulty == 'beginner' %] @@ -159,7 +163,7 @@ [% IF s.chosen %] - [% FOR ss = songs %] [% IF s.song == ss.song %] @@ -175,7 +179,7 @@ [% IF p.num_songs > 1 %] [% pl.total %] [% END %] - + [% END %] [% END %]