<% if (notifications.length) { %>
<% _.each(notifications.last(displayCount).reverse(), function(notification, index, collection) { %>
<% var topic = notification.get('topic'), icons = {'error': 'icon-attention', 'warning': 'icon-attention', 'discover': 'icon-bell'} %>
<% var nodeId = notification.get('node_id') %>
- >
<%= urlify(notification.escape('message')) %>
<% if (showMore || index < (collection.length - 1)) { %>
<% } %>
<% }) %>
<% } else { %>
<% } %>
<% if (showMore) { %>
<% } %>