diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html
index 5a5c5aed..f9ef003b 100644
--- a/anatomy/templates/anatomy/exam_scores.html
+++ b/anatomy/templates/anatomy/exam_scores.html
@@ -4,12 +4,14 @@
{{ exam.name }}
- {{unmarked}}
-
- {% for question in unmarked.items %}
- {{ question.pk}}
+ {% if unmarked %}}
+ The following questions need marking
+ {% for question in unmarked %}
+
{{question.pk}}
{% endfor %}
+ {% endif %}
+
{% for user, value in user_answers_marks.items %}