<% if channel.banner %>
" alt="" />

<% end %>
<%= author %><% if !channel.verified.nil? && channel.verified %> <% end %>
<% sub_count_text = number_to_short_text(channel.sub_count) %> <%= rendered "components/subscribe_widget" %>

<%= channel.description_html %>

<%= Invidious::Frontend::ChannelPage.generate_tabs_links(locale, channel, selected_tab) %>
<% sort_options.each do |sort| %>
<% if sort_by == sort %> <%= translate(locale, sort) %> <% else %> <%= translate(locale, sort) %> <% end %>
<% end %>