diff --git a/pms/templates/okr/okr_list.html b/pms/templates/okr/okr_list.html
index f133e0e80..650a7babc 100644
--- a/pms/templates/okr/okr_list.html
+++ b/pms/templates/okr/okr_list.html
@@ -484,7 +484,7 @@
- {% for kr in objective.key_result_id.all %}
+ {% for kr in objective.employee_key_result.all %}
@@ -500,7 +500,7 @@
{% endfor %}
-
{{objective.key_result_id.all|length}} {% trans "Key results" %}
+
{{objective.employee_key_result.all|length}}{% trans "Key results" %}