<%= link_to "← Società e squadre", admin_clubs_path %>

<%= @club.name %>

Sport: <%= @club.sport %> · <%= link_to "Pagamenti e fatture", admin_billing_path(club_id: @club.id) %> · <%= link_to "Canale YouTube piattaforma", admin_youtube_platform_path %>

<%= render "admin/clubs/comped_form", club: @club, subscription: @subscription, return_to: admin_club_path(@club) %> <% cred = @club.youtube_credential %>

YouTube società: <% if cred %> <%= cred.channel_title.presence || cred.channel_id %> (collegato) <% elsif @teams.any? { |t| t.entitlements.premium_full? } %> Premium Full — canale società non collegato (usa Match Live TV) <% else %> <% end %>

Squadre

<% if @teams.empty? %>

Nessuna squadra registrata.

<% else %> <% @teams.each do |team| %> <% end %>
Squadra Sport
<%= team.name %> <%= team.sport %> <%= link_to "Partite e dettagli", admin_team_path(team) %>
<% end %>