diff --git a/symposion/templates/reviews/review_stats.html b/symposion/templates/reviews/review_stats.html index 8f4a09cb5cd0dafa32b3441fd50e75e93df72dae..40936af5f6ff2cee10e7fe4a3ea530201a18753c 100644 --- a/symposion/templates/reviews/review_stats.html +++ b/symposion/templates/reviews/review_stats.html @@ -1,15 +1,18 @@ {% extends "reviews/base.html" %} +{% load url from future %} + + {% block body %}

Voting Status ({{ section_slug }})

{% if key %}
@@ -42,35 +45,35 @@
- Positive + Positive {{ proposals.positive|length }}
proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one +1 and no −1s
- Negative + Negative {{ proposals.negative|length }}
proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one −1 and no +1s
- Indifferent + Indifferent {{ proposals.indifferent|length }}
proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and neither a +1 or a −1
- Controversial + Controversial {{ proposals.controversial|length }}
proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and both a +1 and −1
- Too Few Reviews + Too Few Reviews {{ proposals.too_few|length }}