diff --git a/scoring/templates/scoring/council.html b/scoring/templates/scoring/council.html index 36c34c99..890613db 100644 --- a/scoring/templates/scoring/council.html +++ b/scoring/templates/scoring/council.html @@ -243,29 +243,29 @@

Visit us again on a bigger screen

{% for section in sections %} - {% if section.has_negative_points %} - - {% else %} - - {% endif %} + - + {{ section.description }} {% if section.has_negative_points %} -
+

{% include 'caps/icons/warning.html' with classes='me-1 mb-1' width='1.1em' height='1.1em' role='presentation' %} Penalty marks

- {% if section.only_negative %} - {{ council.name }} was only awarded penalty marks in this section - {% else %} - {{ council.name }} incurred a penalty of {{ section.negative_percent|floatformat:0 }}% in this section - {% endif %} +

+ {% if section.only_negative %} + {{ council.name }} was only awarded penalty marks in this section + {% else %} + {{ council.name }} incurred a penalty of {{ section.negative_percent|floatformat:0 }}% in this section + {% endif %} +

+

+ {{ section.score }} = Total score ({{ section.non_negative_max|floatformat:"-2" }}) − Penalty points ({{ section.negative_points }}) +

{% endif %} -