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

Recent Games

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