diff --git a/crates/adapters/template-askama/templates/wrapup.html b/crates/adapters/template-askama/templates/wrapup.html index 182686c..bb59b20 100644 --- a/crates/adapters/template-askama/templates/wrapup.html +++ b/crates/adapters/template-askama/templates/wrapup.html @@ -19,12 +19,13 @@ {% endif %}
{% for i in 0..5 %} + {% let ri = 4 - i %}
- {{ i + 1 }}★ + {{ ri + 1 }}★
-
+
- {{ report.rating_distribution[i] }} + {{ report.rating_distribution[ri] }}
{% endfor %}