diff --git a/generic/templates/generic/exam_overview_headers.html b/generic/templates/generic/exam_overview_headers.html
index cb02f8a1..efd80d16 100644
--- a/generic/templates/generic/exam_overview_headers.html
+++ b/generic/templates/generic/exam_overview_headers.html
@@ -55,10 +55,7 @@
Open access:
-
{{ exam.open_access }}
-
-
- {% include "generic/partials/exams/exam_status.html#exam-active" %}
+ {{ exam.open_access }}
+
Publish results
+
+ {% if exam.publish_results %}
+ Published
+ {% else %}
+ Unpublished
+ {% endif %}
+
+
+
+
+
{% endpartialdef publish-results %}
{% partialdef exam-active %}
-
+
Exam active
+
+ {% if exam.active %}
+ Active
+ {% else %}
+ Inactive
+ {% endif %}
+
+
+
+
+
{% endpartialdef exam-active %}
\ No newline at end of file