diff --git a/osinaweb/templates/add_pages/add-staff.html b/osinaweb/templates/add_pages/add-staff.html
index 383826af..54ff4d32 100644
--- a/osinaweb/templates/add_pages/add-staff.html
+++ b/osinaweb/templates/add_pages/add-staff.html
@@ -120,7 +120,10 @@
-
diff --git a/osinaweb/templates/add_pages/create-project.html b/osinaweb/templates/add_pages/create-project.html
index 9c9af77b..d95a091d 100644
--- a/osinaweb/templates/add_pages/create-project.html
+++ b/osinaweb/templates/add_pages/create-project.html
@@ -26,7 +26,7 @@
class="w-full h-[50px] py-1 px-3 border border-gray-300 outline-none rounded-md text-gray-500">
{% for staff in staffs %}
-
+
{% endfor %}
@@ -35,7 +35,7 @@
multiple>
{% for staff in staffs %}
-
+
{% endfor %}
diff --git a/osinaweb/templates/details_pages/business-details.html b/osinaweb/templates/details_pages/business-details.html
index d0a2b814..e9071b99 100644
--- a/osinaweb/templates/details_pages/business-details.html
+++ b/osinaweb/templates/details_pages/business-details.html
@@ -128,46 +128,10 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endfor %}
+
+
+ {% include 'recent-activities.html' %}
+
diff --git a/osinaweb/templates/details_pages/customer-details.html b/osinaweb/templates/details_pages/customer-details.html
index 4ffb256c..f02dddc3 100644
--- a/osinaweb/templates/details_pages/customer-details.html
+++ b/osinaweb/templates/details_pages/customer-details.html
@@ -206,46 +206,10 @@
USERS ACTIVITY
-
+
+ {% include 'recent-activities.html' %}
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endfor %}
diff --git a/osinaweb/templates/details_pages/project-details.html b/osinaweb/templates/details_pages/project-details.html
index e49c8319..1f56fe68 100644
--- a/osinaweb/templates/details_pages/project-details.html
+++ b/osinaweb/templates/details_pages/project-details.html
@@ -527,45 +527,10 @@
USERS ACTIVITY
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
+
-
-
+ {% include 'recent-activities.html' %}
-
-
-
-
-
-
-
- {% endfor %}
diff --git a/osinaweb/templates/details_pages/staff-details.html b/osinaweb/templates/details_pages/staff-details.html
index 2b61df9b..f9263c15 100644
--- a/osinaweb/templates/details_pages/staff-details.html
+++ b/osinaweb/templates/details_pages/staff-details.html
@@ -120,112 +120,9 @@
USERS ACTIVITY
-
+
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
Closed - Create the Osina home page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
Closed - Create the Osina home page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
Closed - Create the Osina home page
-
-
-
-
-
-
-
-
-
+ {% include 'recent-activities.html' %}
diff --git a/osinaweb/templates/details_pages/task-details.html b/osinaweb/templates/details_pages/task-details.html
index 9b534885..d9c0cead 100644
--- a/osinaweb/templates/details_pages/task-details.html
+++ b/osinaweb/templates/details_pages/task-details.html
@@ -354,45 +354,10 @@
USERS ACTIVITY
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endfor %}
+
+
+ {% include 'recent-activities.html' %}
+
diff --git a/osinaweb/templates/listing_pages/businesses.html b/osinaweb/templates/listing_pages/businesses.html
index b0d2d586..964a230f 100644
--- a/osinaweb/templates/listing_pages/businesses.html
+++ b/osinaweb/templates/listing_pages/businesses.html
@@ -140,45 +140,9 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}} {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
+
-
- {% endfor %}
+ {% include 'recent-activities.html' %}
diff --git a/osinaweb/templates/listing_pages/customers.html b/osinaweb/templates/listing_pages/customers.html
index 4b909ae1..23d2b28f 100644
--- a/osinaweb/templates/listing_pages/customers.html
+++ b/osinaweb/templates/listing_pages/customers.html
@@ -111,10 +111,10 @@
-
{{customer.first_name}}
+
{{customer.user.first_name}}
-
{{customer.last_name}}
+
{{customer.user.last_name}}
{{customer.user.username}}
@@ -163,50 +163,13 @@
-
USERS ACTIVITY
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}} {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
+
-
- {% endfor %}
+ {% include 'recent-activities.html' %}
-
diff --git a/osinaweb/templates/listing_pages/daily-reports.html b/osinaweb/templates/listing_pages/daily-reports.html
index 88a255e6..c99e0d47 100644
--- a/osinaweb/templates/listing_pages/daily-reports.html
+++ b/osinaweb/templates/listing_pages/daily-reports.html
@@ -118,47 +118,9 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endfor %}
+
+ {% include 'recent-activities.html' %}
diff --git a/osinaweb/templates/listing_pages/project-types.html b/osinaweb/templates/listing_pages/project-types.html
index 877af42b..c436c164 100644
--- a/osinaweb/templates/listing_pages/project-types.html
+++ b/osinaweb/templates/listing_pages/project-types.html
@@ -119,47 +119,10 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}} {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
+
-
- {% endfor %}
+ {% include 'recent-activities.html' %}
-
diff --git a/osinaweb/templates/listing_pages/projects.html b/osinaweb/templates/listing_pages/projects.html
index e4396ec7..b2df1a25 100644
--- a/osinaweb/templates/listing_pages/projects.html
+++ b/osinaweb/templates/listing_pages/projects.html
@@ -176,46 +176,10 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
+
-
-
+ {% include 'recent-activities.html' %}
-
-
-
-
-
-
-
- {% endfor %}
diff --git a/osinaweb/templates/listing_pages/references.html b/osinaweb/templates/listing_pages/references.html
index 91e70e51..591b17d2 100644
--- a/osinaweb/templates/listing_pages/references.html
+++ b/osinaweb/templates/listing_pages/references.html
@@ -125,47 +125,10 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}} {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
+
-
- {% endfor %}
+ {% include 'recent-activities.html' %}
-
diff --git a/osinaweb/templates/listing_pages/staff-positions.html b/osinaweb/templates/listing_pages/staff-positions.html
index 3d691327..62996121 100644
--- a/osinaweb/templates/listing_pages/staff-positions.html
+++ b/osinaweb/templates/listing_pages/staff-positions.html
@@ -122,47 +122,9 @@
USERS ACTIVITY
-
-
-
- {% for latest in latest_statuses %}
-
-
-
-
-
-
-

-
-
-
{{latest.staff.first_name}}
- {{latest.staff.last_name}}
-
{{latest.time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endfor %}
+
+ {% include 'recent-activities.html' %}
diff --git a/osinaweb/templates/listing_pages/staffs.html b/osinaweb/templates/listing_pages/staffs.html
index 2ff0234d..849f4d77 100644
--- a/osinaweb/templates/listing_pages/staffs.html
+++ b/osinaweb/templates/listing_pages/staffs.html
@@ -110,11 +110,11 @@
-
{{staff.first_name}} {{staff.last_name}}
+
{{staff.user.first_name}} {{staff.user.last_name}}
-
{{staff.email}}
+
{{staff.user.email}}