<%= link_to "← Società e squadre", admin_clubs_path %>
Sport: <%= @club.sport %> · <%= link_to "Archivio replay", admin_club_recordings_path(@club) %> · <%= 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 %>
Nessuna squadra registrata.
<% else %>| Squadra | Sport | |
|---|---|---|
| <%= team.name %> | <%= team.sport %> | <%= link_to "Partite e dettagli", admin_team_path(team) %> · <%= link_to "Replay", admin_club_recordings_path(@club, team_id: team.id) %> |