← NHL Scoreboard
{{ 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 }}
{% if series.top.seed %}Seed {{ series.top.seed }}{% endif %} {% if series.top.division %} · {{ series.top.division }}{% endif %}
{{ series.top_wins }}
SERIES {{ series.top_wins }} – {{ series.bottom_wins }} Best of {{ series.length }}
{% if series.bottom.logo %}{% endif %}
{{ series.bottom.full }}
{% if series.bottom.seed %}Seed {{ series.bottom.seed }}{% endif %} {% if series.bottom.division %} · {{ series.bottom.division }}{% endif %}
{{ series.bottom_wins }}

{{ series.headline }}

{% if series.next_game %}

Next up · Game {{ series.next_game.game_number }}

{{ series.next_game.away.abbrev }} @ {{ series.next_game.home.abbrev }}
{% if series.next_game.start_date %}{{ series.next_game.start_date }}{% endif %} {% if series.next_game.start_local %} · {{ series.next_game.start_local }}{% endif %} {% if series.next_game.venue %} · {{ series.next_game.venue }}{% endif %} {% if series.next_game.if_necessary %} · if necessary{% endif %}
{% endif %}

Games

    {% for game in series.games %}
  1. 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 }}{% else %}—{% endif %}
    {{ game.home.abbrev }} {% if game.home.score is not none %}{{ game.home.score }}{% else %}—{% 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 %}
  2. {% endfor %}