{% extends "core/home.html" %} {% block selectedTab1 %} class="tabs-selected"{% endblock %} {% block section %}Home{% endblock %} {% block title %}Summary{% endblock %} {% block content %}
{% if user.is_authenticated %}

Reminders

{% if reminders %} {% else %} You have no reminders. {% endif %} {% else %}

Login



Lost your password?
{% endif %}

Quick Links

Season Information

NIHL Season Scheduling and Statistics

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 %}