diff --git a/osinaweb/templates/index.html b/osinaweb/templates/index.html
index a2d98508..3abaa971 100644
--- a/osinaweb/templates/index.html
+++ b/osinaweb/templates/index.html
@@ -571,10 +571,35 @@
-
+
+
+
+ {% if latest_statuses_time_ago %}
+
+
USERS ACTIVITY
+
+
+ {% include 'recent-activities.html' %}
+
+
+
+ {% else %}
+
+
USERS ACTIVITY
+
+
+ {% include 'recent-activities.html' %}
+
+
+
+ {% endif %}
+
+
+