diff --git a/scoring/templates/scoring/council.html b/scoring/templates/scoring/council.html index 0fdaed5f..0fd33fb2 100644 --- a/scoring/templates/scoring/council.html +++ b/scoring/templates/scoring/council.html @@ -276,21 +276,21 @@

Visit us again on a bigger screen

{% include 'caps/icons/scorecards-star.html' with classes='text-info align-text-bottom me-1' width='1.2em' height='1.2rem' role='presentation' %} {{ section.weighted_score|floatformat:0 }}% - - - - - + + + + + {% else %} {{section.weighted_score|floatformat:0 }}% - - - - - + + + + + {% endif %} @@ -324,26 +324,36 @@

Visit us again on a bigger screen

- {{ answer.score|format_mark }}/{{ answer.max }} - - - - - - - +
+

+ {{ answer.score|format_mark }} out of {{ answer.max }} + +

+ + + + + + + +
{% for comparison in answer.comparisons %} - {{ comparison.score|format_mark }}/{{ comparison.max }} - - - - - - - +
+

+ {{ comparison.score|format_mark }} out of {{ comparison.max }} + +

+ + + + + + + +
{% endfor %} @@ -377,22 +387,22 @@

Visit us again on a bigger screen

{{ plan_score.weighted_total|floatformat:0 }}% - - - - - + + + + + {% for comparison in comparisons %} {{ comparison.weighted_total|floatformat:0 }}% - - - - - + + + + + {% endfor %}