<% content_for :title do %><%= @match.team.name %> vs <%= @match.opponent_name %> — Match Live TV<% end %> <% content_for :head do %> <% unless @stream_closed %> <% end %> <% end %>
<%= link_to "← Tutte le dirette", public_live_index_path, class: "back-link" %>

<%= @match.team.name %> vs <%= @match.opponent_name %>

<% 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 %>