{% extends "_base.htm" %} {% block chuck %} Statistics {% endblock %} {% block bodycontent %}
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 }} |