{% extends "base.html" %} {% block title %}Schedule — Solitaire Hockey{% endblock %} {% block content %}
Select a season to view the schedule.
No schedule imported for this season yet. Import a CSV.
| # | Date | Away | Home | Result | |
|---|---|---|---|---|---|
| {{ g.game_number }} | {{ g.game_date }} | {{ team_names.get(ak, g.away_tricode) }} | {{ team_names.get(hk, g.home_tricode) }} | {% if played %} Played {% else %} — {% endif %} | {% if not played %} Play {% endif %} |