{% extends "_base.htm" %} {% block chuck %} Statistics {% endblock %} {% block bodycontent %}

Statistics

Add Stat Data:

{% for item in stats_list %} {% endfor %}
Team GP W L T PTS GF GA +/- SOG TPM GFA GAA AVG
{{ item.team }} {{ item.gp }} {{ item.w }} {{ item.l }} {{ item.t }} {{ item.pts }} {{ item.gf }} {{ item.ga }} {{ item.plusminus }} {{ item.sog }} {{ item.tpm }} {{ item.gfa }} {{ item.gaa }} {{ item.avg }}
{% endblock %}