X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=7adedb730a3f15f6033ee735444f7d1248274fe4;hp=9dc1083a09b95aa3a0b4234d85ca8c1d857cb9a0;hb=2af69ca729a57a65bc0afdded897ccdaa04bf315;hpb=cf6d5eed376fa7626418562831fa178517e3be70 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 9dc1083..7adedb7 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -74,6 +74,7 @@
[% FOR p = r.parallels %] +
[% IF p.parallel == 0 %] @@ -97,7 +98,11 @@ [% FOR pl = p.players %] [% IF pl.locked %] - + [% FOR s = pl.songs %] [% IF s.chosen %] @@ -112,10 +117,53 @@ [% FOR s = pl.songs %] - + [% IF s.chosen %] [% END %] - + [% END %] [% END %]
[% pl.nick %] + + + [% pl.nick %] + [% s.score %]
[% pl.nick %] + + + + - [% FOR ss = songs %] [% IF s.song == ss.song %] @@ -131,11 +179,12 @@ [% IF p.num_songs > 1 %] [% pl.total %]
+
[% END %]