<%= t("system_notifications.index.whats_new_html") %>
<%= link_to t("system_notifications.index.settings"), preferences_path %>
<%= form_tag system_notifications_path, method: :get, id: "search-bar-notifications", class: "navbar-form navbar-left", role: "search" do %>
<% end %>
<%= render partial: "list", locals: { notifications: @system_notifications[:notifications] } %>
<% if @system_notifications[:more_notifications_url] && @system_notifications[:notifications].present? %>
<%= t("system_notifications.index.more_notifications") %>
<% else %>
<%= t("system_notifications.index.no_notifications") %>
<% end %>
<%= javascript_include_tag("system_notifications/index") %>