{{ series.round_label|upper }}
{% if series.state.is_game7 %}GAME 7
{% elif series.state.is_clincher %}CLINCHER
{% elif series.state.is_pivotal %}PIVOTAL{% endif %}
{% if series.top.logo %}
{% endif %}
{{ series.top.full }}
{{ series.top_wins }}
{% if series.bottom.logo %}
{% endif %}
{{ series.bottom.full }}
{{ series.bottom_wins }}
Next up · Game {{ series.next_game.game_number }}
Games
-
{% for game in series.games %}
-
Game {{ game.game_number }}{% if game.if_necessary and game.state_group != 'completed' %}*{% endif %}{{ game.away.abbrev }} {% if game.away.score is not none %}{{ game.away.score }}{% endif %}{{ game.home.abbrev }} {% if game.home.score is not none %}{{ game.home.score }}{% endif %}{% if game.live %} LIVE {% if game.period_ot_label %}{{ game.period_ot_label }}{% endif %} {% elif game.state_group == 'completed' %} {{ game.state_label }}{% if game.ended_in_ot %} · {{ 'OT' if not game.ended_in_multi_ot else 'Multi-OT' }}{% endif %} {% else %} {% if game.start_date %}{{ game.start_date }}{% endif %} {% if game.start_local %} · {{ game.start_local }}{% endif %} {% endif %}
{% endfor %}