+
+
+
+
+
+
+
+ {{ formatMessage(messages.noUnreadNotifications) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ notif.body?.type === 'project_update' && notif.extra_data?.project
+ ? `${notif.extra_data.project.title} has been updated`
+ : notif.title
+ }}
+
+
+
+ {{ formatRelativeTime(notif.created) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+