<% club_name = @match.team.club&.name %> <% content_for :title do %><%= club_name %> · <%= @match.team.name %> vs <%= @match.opponent_name %> — Diretta live<% end %> <% content_for :meta_description do %>Segui in diretta live <%= club_name %> — <%= @match.team.name %> vs <%= @match.opponent_name %><% if @match.location.present? %> — <%= @match.location %><% end %>. Guarda dal browser senza installare app.<% end %> <% content_for :robots, "noindex, follow" %> <% content_for :head do %> <% unless @stream_closed %> <% end %> <% end %>
<%= link_to "← Tutte le dirette", public_live_index_path, class: "back-link" %> <%= live_match_page_heading(@match) %>

<% if @stream_closed %> Diretta chiusa <% elsif @on_air %> In onda <% else %> In attesa <% end %>

<%= live_score_sets_label(@session.score_state) || "—" %>

> Parziali: <%= live_score_partials_label(@session.score_state) %>

<%= live_score_points_label(@match, @session.score_state) %>

<% if @stream_closed %>

Diretta terminata

Lo streaming di questa partita è stato chiuso.

<% if @session.ended_at %>

Chiusa il <%= l(@session.ended_at.in_time_zone, format: :long) %>

<% end %>

Il punteggio finale resta visibile sopra.

<%= link_to "Tutte le dirette", public_live_index_path, class: "btn btn-secondary stream-ended-btn" %>
<% else %> <% end %>