X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=733b1cfc8e64d37c8566fd6f7220f5b0f456d757;hp=9588c529df51605045524b57c9ca2d8213239b8e;hb=ab4cf29eba0c696e3d73782d93085e617795fda6;hpb=c6d4beb429904725988d107ddab644a52d217aab diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 9588c52..733b1cf 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -36,6 +36,9 @@ [% FOR s = p.songs %] [% s %] [% END %] +[% IF p.num_songs > 1 %] + Total +[% END %] [% FOR pl = p.players %] @@ -47,8 +50,11 @@ [% IF s.chosen %] : [% s.title %] [% END %] - + [% END %] +[% IF p.num_songs > 1 %] + [% pl.total %] +[% END %] [% END %]