diff --git a/training/templates/trainee_list.html b/training/templates/trainee_list.html
index 07c36cad..cfefeafc 100644
--- a/training/templates/trainee_list.html
+++ b/training/templates/trainee_list.html
@@ -38,7 +38,7 @@
{{ object.is_driver|yesno|title }} |
{% for level in object|get_levels_of_depth:1 %}{% if forloop.first %}Yes {%endif%}{{ level.get_icon }}{%empty%}No{%endfor%} |
{% for level in object|get_levels_of_depth:2 %}{% if forloop.first %}Yes {%endif%}{{ level.get_icon }}{%empty%}No{%endfor%} |
- {{ object.num_qualifications }} {% if forloop.first %} {% endif %} |
+ {{ object.num_qualifications }} {% if forloop.first and page_obj.number is 1 %} {% endif %} |
View Training Record
View Detailed Record
|