% content_for "header" do %>
<%= translate(locale, "Subscriptions") %> - Invidious
<% end %>
<%= rendered "components/feed_menu" %>
<%= translate_count(locale, "subscriptions_unseen_notifs_count", notifications.size) %>
<% if !notifications.empty? %>
<% end %>
<% notifications.each do |item| %>
<%= rendered "components/item" %>
<% end %>
<% videos.each do |item| %>
<%= rendered "components/item" %>
<% end %>