<%= notification.message %> at <%= time_ago.in_time_zone(@current_network.timezone || "UTC").strftime("%H:%M:%S %Z")%> on "><%= time_ago.in_time_zone(@current_network.timezone || "UTC").strftime("%b %e, %Y") %>
<%=network_name.to_s.length > 9 ? network_name.to_s.first(9) + '..' : network_name.to_s%>
<%= notification.alert_tags.join(',')%>
<% end %>