From bb6a6eacbbfb2fd447fc2895aa4b998d3f1b61f7 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 27 Jan 2025 07:30:09 +0000 Subject: [PATCH] fixup! [Scorecards] Added year variation placeholders in council table --- scoring/templates/scoring/council.html | 98 +++++++++++++------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/scoring/templates/scoring/council.html b/scoring/templates/scoring/council.html index 8dfa20e2..5f53d94e 100644 --- a/scoring/templates/scoring/council.html +++ b/scoring/templates/scoring/council.html @@ -276,38 +276,38 @@

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 %} {% for comparison in section.comparisons %} {{ comparison.weighted_score|floatformat:0 }}% - - - - - + + + + + - - + + {% endfor %} @@ -333,14 +333,14 @@

Visit us again on a bigger screen

- - - - - + + + + + - - + + @@ -351,14 +351,14 @@

Visit us again on a bigger screen

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

- - - - - + + + + + - - + + {% endfor %} @@ -393,25 +393,25 @@

Visit us again on a bigger screen

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