diff --git a/coldfront/core/allocation/templates/allocation/allocation_detail.html b/coldfront/core/allocation/templates/allocation/allocation_detail.html index b459f0488..2f072823c 100644 --- a/coldfront/core/allocation/templates/allocation/allocation_detail.html +++ b/coldfront/core/allocation/templates/allocation/allocation_detail.html @@ -337,6 +337,7 @@

Users in Al +

Notifications

@@ -346,16 +347,28 @@

Notificatio Add Notification + Export to CSV {% endif %}

-
- {% if notes %} +
+
+ + + {% for note_tag in note_tags %} +
+
+ + + + + + + + + + + {% for note in notes %} + {% if not note.is_private or request.user.is_superuser %} + + + + + + + {% endif %} + {% endfor %} + +
NoteTagAdministratorLast Modified
{{ note.message }}{{ note.tags }}{{ note.author.first_name }} {{ note.author.last_name }}{{ note.modified }}
+
+ {% endfor %} +
+ + + + +