{% extends "core/schedule.html" %} {% block selectedTab1 %} class="tabs-selected"{% endblock %} {% block section %}Schedule{% endblock %} {% block title %}Upcoming Games{% endblock %} {% block content %}

Upcoming Games

{% if events %} {% for object in events %} {% endfor %}
Game Type Date and Time Rink Status
{{ object.homeTeam }} v. {{ object.awayTeam }} {{ object.eventType }} {{ object.dateTimeEvent|date:"M j, Y m:i A" }} {{ object.rink }} {{ object.eventStatus }}
{% else %} No Upcoming Games {% endif %}
{% endblock %}