{% extends "core/stats.html" %} {% block selectedTab3 %} class="tabs-selected"{% endblock %} {% block section %}Stats{% endblock %} {% block title %}Season Games{% endblock %} {% block content %}

Season Games

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