diff --git a/generic/templates/generic/trainees.html b/generic/templates/generic/trainees.html
index f7292bcc..364d466f 100644
--- a/generic/templates/generic/trainees.html
+++ b/generic/templates/generic/trainees.html
@@ -23,20 +23,21 @@
Grade | Email | Supervisor | Edit |
Bulk Edit
Toggle All
|
{% for trainee in trainees %}
-
+
| {{trainee.user.first_name}} {{trainee.user.last_name}} |
{{trainee.grade}}{% if not trainee.grade %}
- add
+ add
{% endif %}
|
{{trainee.user.email}} |
@@ -45,7 +46,7 @@
class="no-supervisor"
{% endif %}
>{{trainee.supervisor}}{% if not trainee.supervisor %}
- add
+ add
{% endif %}
User/Profile
@@ -54,7 +55,7 @@
>
|
-
+
|
@@ -67,11 +68,41 @@
+ >Remove trainee status
+
+
Bulk edit options
+ These actions will act on all the selected trainees. Refresh the page to cancel / clear.
+
+
+
+
+
+
+