diff --git a/generic/templates/generic/user_scores_head.html b/generic/templates/generic/user_scores_head.html
new file mode 100644
index 00000000..45b56ffa
--- /dev/null
+++ b/generic/templates/generic/user_scores_head.html
@@ -0,0 +1,7 @@
+
Exam: {{ exam.name }}
+Candidate: {{ cid }}
+{% if view_all_results %}
+
+ Exam state: Active [{{exam.active}}] / Published [{{exam.publish_results}}]
+
+{% endif %}
\ No newline at end of file
diff --git a/physics/templates/physics/exam_scores_user.html b/physics/templates/physics/exam_scores_user.html
index 328fcd02..faf9df70 100644
--- a/physics/templates/physics/exam_scores_user.html
+++ b/physics/templates/physics/exam_scores_user.html
@@ -2,13 +2,8 @@
{% block content %}
-
Exam: {{ exam.name }}
-
Candidate: {{ cid }}
- {% if view_all_results %}
-
- Exam state: Active [{{exam.active}}] / Published [{{exam.results_published}}]
-
- {% endif %}
+ {% include 'generic/user_scores_header.html' %}
+
Answers:
{% for question, ans in answers_and_marks %}