diff --git a/templates/work_info_complete.html b/templates/work_info_complete.html index 84ffb52f7..c25d81f43 100644 --- a/templates/work_info_complete.html +++ b/templates/work_info_complete.html @@ -13,18 +13,31 @@ {% for employee_info in employees_with_pending %} - - - {{ employee_info.employee.employee_id }} - - - -
-
-
-
{{ employee_info.completed_field_count }}% {% trans "Completed" %}
-
- + {% if perms.employee.change_employee %} + + + {{ employee_info.employee.employee_id }} + + + +
+
+
+
{{ employee_info.completed_field_count }}% {% trans "Completed" %}
+
+ + {% else %} + + {{ employee_info.employee.employee_id }} + + +
+
+
+
{{ employee_info.completed_field_count }}% {% trans "Completed" %}
+ + + {% endif %} {% endfor %}