<% content_for "header" do %> <%= author %> - Invidious <% end %>

<%= author %>

<% sub_count_text = number_to_short_text(sub_count) %> <%= rendered "components/subscribe_widget" %>
<%= translate(locale, "View channel on YouTube") %>
<%= translate(locale, "Videos") %>
<% if !auto_generated %> <%= translate(locale, "Playlists") %> <% end %>
<% sort_options.each do |sort| %>
<% if sort_by == sort %> <%= translate(locale, sort) %> <% else %> <%= translate(locale, sort) %> <% end %>
<% end %>

<% items.each_slice(4) do |slice| %> <% slice.each do |item| %> <%= rendered "components/item" %> <% end %> <% end %>
<% if page >= 2 %> &sort_by=<%= sort_by %><% end %>"> <%= translate(locale, "Previous page") %> <% end %>
<% if count == 60 %> &sort_by=<%= sort_by %><% end %>"> <%= translate(locale, "Next page") %> <% end %>