% content_for :title, "Programma partita — #{@club.name}" %> <% content_for :robots, "noindex, nofollow" %>
<%= link_to "← Dirette e partite", public_live_index_path(club_id: @club.id), class: "back-link" %>
<%= @club.name %> <% if @club_admin %> · Puoi scegliere qualsiasi squadra della società <% else %> · Solo le squadre in cui sei responsabile trasmissione <% end %>
<%= @selected_team.name %>
<% else %> <%= select_tag :team_id, options_from_collection_for_select(@schedulable_teams, :id, :name, @selected_team&.id), required: true %> <% end %> <%= render "public/matches/schedule_fields", match: @match %> <%= submit_tag "Salva in programma", class: "btn btn-primary", style: "margin-top:20px" %> <% end %>