{% extends "base.html" %} {% block title %}Team {% endblock %} {% block content %}
{% include "teambuttons.html" with teamid=team.id team=team %}

{{ team.name }} Stats

Links to the cumulative statistics pages for your team's members

{% for u in theusers %} {% endfor %}
{{ u.first_name }} {{ u.last_name }} Ranking Pieces Stroke Analysis Power Histogram Stats Box Chart OTW Ranking Pieces Trend Flex
{% endblock %}