{% block css %}{% endblock %}
{% if user.is_authenticated %} Logged in as {{ user.first_name }} {{ user.last_name }} [{{ user.username }}], Logout {% else %} Login {% endif %}
{% block content %}{% endblock %}
Copyright (C) 2009 Illinois Institute of Technology, Northern Illinois Hockey League
Help | Frequently Asked Questions | Contact League Administrators
{% block scripts %}{% endblock %}