--- a
+++ b/frontend/views/notification.jade
@@ -0,0 +1,9 @@
+div(ng-click="openUrl('{{::notification.action[0].url}}','{{::notification._id}}');" ng-class="{'readNotificationBox': notification.read, 'unreadNotificationBox': !notification.read}")
+  img.c2net-notification-icon(src='{{::notification.action[0].display.label}}')
+  a.c2net-notification-title
+    span
+      {{::notification.category}}
+  a.c2net-notification-time
+    span(am-time-ago='::notification.timestamps.creation')
+  p.c2net-notification-body-long
+    {{::notification.complement.id}}