diff --git a/scoring/templates/scoring/council.html b/scoring/templates/scoring/council.html index 9398afd9..b09f1334 100644 --- a/scoring/templates/scoring/council.html +++ b/scoring/templates/scoring/council.html @@ -297,18 +297,26 @@

Visit us again on a bigger screen

{{ answer.score }}/{{ answer.max }} -

- {{ answer.council_count }} out of {{ council_count }} ({% widthratio answer.council_count council_count 100%}%) -

- - {% if answer.type == "negative" %} - {% include 'caps/includes/authority_type.html' with group=authority_type %} - councils got no penalty marks for this question. - {% else %} - {% include 'caps/includes/authority_type.html' with group=authority_type %} - councils got full marks for this question. - {% endif %} - +
+
+
+ {% widthratio answer.council_count council_count 100%}% +
+
+

+ {{ answer.council_count }} out of {{ council_count }} + + {% if answer.type == "negative" %} + {% include 'caps/includes/authority_type.html' with group=authority_type %} + councils got no penalty marks for this question. + {% else %} + {% include 'caps/includes/authority_type.html' with group=authority_type %} + councils got full marks for this question. + {% endif %} + +

+
+ {% for comparison in answer.comparisons %}