% provide(:head_title, sanitize_input(t("notifications.title"))) %>
<% if @notifications.count > 0 %>
<%= render 'list', notifications: @notifications %>
<% else %>
-
<%= t('notifications.no_notifications') %>
<% end %>
<%= javascript_include_tag("notifications") %>