diff --git a/generic/templates/generic/exam_scores_base.html b/generic/templates/generic/exam_scores_base.html
index 6506bd7f..b527ba8f 100644
--- a/generic/templates/generic/exam_scores_base.html
+++ b/generic/templates/generic/exam_scores_base.html
@@ -78,52 +78,52 @@
-
-
- | Candidate ID |
- Score |
- {% if exam.app_name == "longs" or exam.app_name == "rapids" %}
- Normalised Score |
- {% endif %}
- Status |
- {% if can_edit %}
- Stats |
- {% endif %}
-
- {% for cid in cids %}
-
- {% if cid|slice:":1" == "u" %}
- | {{cids_user_id_map|get_item:cid}} |
- {% else %}
- {{cid}}
-
-
-
- |
- {% endif %}
- {{user_scores|get_item:cid}} |
-
+
+
+ | Candidate ID |
+ Score |
{% if exam.app_name == "longs" or exam.app_name == "rapids" %}
- {{user_scores_normalised|get_item:cid}} |
+ Normalised Score |
{% endif %}
-
- {% if pass_status|get_item:cid == 'Pass' %}
- Pass
- {% else %}
- Fail
- {% endif %}
- |
+ Status |
{% if can_edit %}
-
- {% include "generic/partials/_candidate_stats_checkbox.html" with cid=cid is_excluded=excluded_map|get_item:cid exam=exam %}
- |
+ Stats |
{% endif %}
- {% endfor %}
-
+ {% for cid in cids %}
+
+ {% if cid|slice:":1" == "u" %}
+ | {{cids_user_id_map|get_item:cid}} |
+ {% else %}
+ {{cid}}
+
+
+
+ |
+ {% endif %}
+ {{user_scores|get_item:cid}} |
+
+ {% if exam.app_name == "longs" or exam.app_name == "rapids" %}
+ {{user_scores_normalised|get_item:cid}} |
+ {% endif %}
+
+ {% if pass_status|get_item:cid == 'Pass' %}
+ Pass
+ {% else %}
+ Fail
+ {% endif %}
+ |
+ {% if can_edit %}
+
+ {% include "generic/partials/_candidate_stats_checkbox.html" with cid=cid is_excluded=excluded_map|get_item:cid exam=exam %}
+ |
+ {% endif %}
+
+ {% endfor %}
+
@@ -148,10 +148,10 @@
{% block breakdown %}{% endblock breakdown %}
-
+
Email results
User results emailed: {{exam.exam_results_emailed|default:"Never"}}