<% if current_user.active_unread_notifications.count > 1 %>

Notification 1 of <%= current_user.active_unread_notifications.count %>

<% end %>

<%= current_user.oldest_active_unread_notification.title %>

<% if current_user.oldest_active_unread_notification.page_content.present? %>
<%= govuk_link_to current_user.oldest_active_unread_notification.link_text, notifications_path, class: "govuk-link--inverse govuk-!-font-weight-bold"%>
<% end %>

<%= govuk_link_to "Dismiss", dismiss_notifications_path, class: "govuk-link--inverse"%>