diff --git a/pms/filters.py b/pms/filters.py
index 5ccf6a95a..dbee266da 100644
--- a/pms/filters.py
+++ b/pms/filters.py
@@ -92,6 +92,7 @@ class ActualObjectiveFilter(FilterSet):
model = Objective
fields = [
"managers",
+ "archive",
"assignees",
"duration",
"employee_objective",
diff --git a/pms/templates/feedback/feedback_list.html b/pms/templates/feedback/feedback_list.html
index 8e8f70123..b80c5adbb 100644
--- a/pms/templates/feedback/feedback_list.html
+++ b/pms/templates/feedback/feedback_list.html
@@ -95,7 +95,7 @@
{% trans "Title" %}
{% trans "Status" %}
{% trans "Due In" %}
-
+ {% trans "Actions" %}
@@ -232,7 +232,7 @@
{% trans "Title" %}
{% trans "Status" %}
{% trans "Due Date" %}
-
+
{% trans "Actions" %}
@@ -373,7 +373,7 @@
{% trans "Title" %}
{% trans "Status" %}
{% trans "Due In" %}
-
+ {% trans "Actions" %}
@@ -511,7 +511,7 @@
{% trans "Subject" %}
{% trans "Based on" %}
{% trans "Create At" %}
-
+ {% trans "Actions" %}
diff --git a/pms/templates/feedback/feedback_list_view.html b/pms/templates/feedback/feedback_list_view.html
index 4852e6e3b..a0302b5e5 100644
--- a/pms/templates/feedback/feedback_list_view.html
+++ b/pms/templates/feedback/feedback_list_view.html
@@ -35,7 +35,7 @@