<%== I18n.t("active_notifications", count: active_notifications.count) %>
  <% active_notifications.each do |notification| %>
    
      
        <%== render_for_home(notification) %>
      
      
        <%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification), class: "app-!-colour-red") %>
      
     
  <% end %>
 
  <%= govuk_button_link_to "Create a new notification", new_notification_path %>