% @page_title = "Notifications" %>
<% @hide_footer_frames = true %>
<% content_for :header do %>
<% end %>
<%= render "notifications/index/unread_notifications", unread: @unread if @unread %>
<%= render "notifications/index/read_notifications", page: @page %>
<%= notifications_next_page_link(@page) if @page.records.any? %>