diff --git a/base/templates/base/rotating_shift/rotating_shift_assign_empty.html b/base/templates/base/rotating_shift/rotating_shift_assign_empty.html
index eb015253e..60a9de771 100644
--- a/base/templates/base/rotating_shift/rotating_shift_assign_empty.html
+++ b/base/templates/base/rotating_shift/rotating_shift_assign_empty.html
@@ -1,17 +1,8 @@
{% load static %}{% load i18n %}
-
-
-
-
-

-
- {% trans "There are currently no employees assigned to rotating shifts to be considered." %}
-
-
-
-
+
+
+

+
{% trans "No Records found." %}
+
{% trans "No Employees Assigned to Rotating Shifts." %}
+
diff --git a/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html b/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html
index 3f516d732..20e8f1b47 100644
--- a/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html
+++ b/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html
@@ -1,17 +1,8 @@
{% load static %}{% load i18n %}
-
-
-
-
-

-
- {% trans "There are currently no employees assigned to work type to be considered." %}
-
-
-
-
+
+
+

+
{% trans "No Records found." %}
+
{% trans "No Employees Assigned to Rotating Work Types." %}
+
diff --git a/base/templates/shift_request/htmx/empty_request.html b/base/templates/shift_request/htmx/empty_request.html
index af5676038..8bd374451 100644
--- a/base/templates/shift_request/htmx/empty_request.html
+++ b/base/templates/shift_request/htmx/empty_request.html
@@ -1,17 +1,8 @@
{% load static %}{% load i18n %}
-
-
-
-
-

-
- {% trans "There are currently no shift requests to consider." %}
-
-
+
+
+

+
{% trans "No Records found." %}
+
{% trans "There are currently no shift requests to consider." %}
-
diff --git a/base/templates/work_type_request/htmx/empty_request.html b/base/templates/work_type_request/htmx/empty_request.html
index d3ab54cb4..9ec8165c0 100644
--- a/base/templates/work_type_request/htmx/empty_request.html
+++ b/base/templates/work_type_request/htmx/empty_request.html
@@ -1,17 +1,8 @@
{% load static %}{% load i18n %}
-
-
-
-
-

-
- {% trans "There are currently no work type requests to consider." %}
-
-
+
+
+

+
{% trans "No Records found." %}
+
{% trans "There are currently no work type requests to consider." %}
-