{% extends league_base %}{% load static picker_tags %} {% block title %}Roster{% endblock %} {% block main_content %}
Player | {{ season }} | Wks / Won | W-L | % | ± Pts (avg) | W-L | % | ± Pts (avg) | Wks / Won | All |
---|---|---|---|---|---|---|---|---|---|---|
{{ season }} | All Time | |||||||||
{{ entry.user.username }}
{% favorite_team entry.user as team %} {% if team %} {{ team }} {% endif %} |
{{ entry.place }} | {{ entry.picksets_played }} / {{ entry.picksets_won }} | {{ entry.correct }}-{{ entry.wrong }} | {{ entry.pct|floatformat:"1" }}% | {{ entry.points_delta}} ({{ entry.avg_points_delta|floatformat }}) | {{ all_time_stats.correct }}-{{ all_time_stats.wrong }} | {{ all_time_stats.pct|floatformat:"1" }}% | {{ all_time_stats.points_delta}} ({{ all_time_stats.avg_points_delta|floatformat }}) | {{ all_time_stats.picksets_played }} / {{ all_time_stats.picksets_won }} | {{ all_time_stats.place }} |