<%if @location_networks.blank?%> <%= render :partial => 'shared/no_network_msg' %> <%else%>

 Notifications

<%= render :template => "alerts/notification_list", :locals => {:notifications => @notifi_unread}%>
<%= render :template => "alerts/notification_list", :locals => {:notifications => @notifi_read}%>
<% end -%>
<%= render :partial => "monitoring/top_bar" %>