diff --git a/osinaweb/templates/listing_pages/project-types.html b/osinaweb/templates/listing_pages/project-types.html
index bb3ec194..5e2e8533 100644
--- a/osinaweb/templates/listing_pages/project-types.html
+++ b/osinaweb/templates/listing_pages/project-types.html
@@ -7,7 +7,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -25,29 +31,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/projects.html b/osinaweb/templates/listing_pages/projects.html
index d4a63fa4..ea9fb7c1 100644
--- a/osinaweb/templates/listing_pages/projects.html
+++ b/osinaweb/templates/listing_pages/projects.html
@@ -8,7 +8,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -26,29 +32,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/references.html b/osinaweb/templates/listing_pages/references.html
index 70aae6ee..578d88d8 100644
--- a/osinaweb/templates/listing_pages/references.html
+++ b/osinaweb/templates/listing_pages/references.html
@@ -7,7 +7,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -25,29 +31,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/staff-positions.html b/osinaweb/templates/listing_pages/staff-positions.html
index 2c46dbb7..4e00287f 100644
--- a/osinaweb/templates/listing_pages/staff-positions.html
+++ b/osinaweb/templates/listing_pages/staff-positions.html
@@ -8,7 +8,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -26,29 +32,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/staffs.html b/osinaweb/templates/listing_pages/staffs.html
index 5faf28f4..a02417ca 100644
--- a/osinaweb/templates/listing_pages/staffs.html
+++ b/osinaweb/templates/listing_pages/staffs.html
@@ -8,7 +8,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -26,29 +32,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/tags.html b/osinaweb/templates/listing_pages/tags.html
index 7fd8828a..9ae515b8 100644
--- a/osinaweb/templates/listing_pages/tags.html
+++ b/osinaweb/templates/listing_pages/tags.html
@@ -7,7 +7,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -25,29 +31,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/listing_pages/tasks.html b/osinaweb/templates/listing_pages/tasks.html
index 996e9757..db92b3df 100644
--- a/osinaweb/templates/listing_pages/tasks.html
+++ b/osinaweb/templates/listing_pages/tasks.html
@@ -7,7 +7,13 @@
Recent Note:
-
Send an Email to Salim.
+
+
+
+
+
{{recent_note.text}}
+
@@ -25,29 +31,13 @@
-
-
Send an Email to Salim.
-
-
-
-
-
Add daily report at the end of the day.
+ {% for note in notes %}
+
+ {% endfor %}
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
-
-
-
Add daily report at the end of the day.
-
diff --git a/osinaweb/templates/main.html b/osinaweb/templates/main.html
index 0137da2b..05e1c8f2 100644
--- a/osinaweb/templates/main.html
+++ b/osinaweb/templates/main.html
@@ -167,24 +167,32 @@