X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=3dce27b495383f6b7aed5d0a80ebc5723d4cad00;hp=fac6ed0a42557ed8a1d1a904e6526ee7a1fdcc6f;hb=36e1563a700fa4a2a13bc265e054a657f512e141;hpb=22b4ad6760e9b0a21f799fa27af0c1be0d12c029 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index fac6ed0..3dce27b 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -33,8 +33,18 @@ Antall som går videre fra hver gruppe + + Antall tilfeldige sanger + + + + Antall selvvalgte sanger + + + + @@ -42,6 +52,7 @@ +[% IF num_rankings > 0 %]

Rankingliste

@@ -55,6 +66,7 @@ [% END %]
+[% END %] [% FOR r = rounds %]

Runde [% r.round %]

@@ -70,8 +82,12 @@ Gruppe [% p.parallel %] [% END %] [% FOR s = p.songs %] +[% IF s == '' %] + Selvvalgt +[% ELSE %] [% s %] [% END %] +[% END %] [% IF p.num_songs > 1 %] Total [% END %] @@ -81,12 +97,10 @@ [% pl.nick %] [% FOR s = pl.songs %] - - [% s.score %] + [% s.score %] [% IF s.chosen %] - : [% s.title %] + [% s.title %] [% END %] - [% END %] [% IF p.num_songs > 1 %] [% pl.total %]