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

Seeding 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 Seeding Games {% endif %}
{% endblock %}