{% extends league_base %} {% load picker_tags %} {% block title %}Week {{ gameset.sequence }} - {{ gameset.season }}{% endblock %} {% block main_content %}

Results for week {{ gameset.sequence }} {{ gameset.season }}

{% season_nav gameset "results" %} {% with gameset.results as results %}

{% if gameset.points %}Final points total: {{ gameset.points }}
{% endif %} Note: Italicized user names indicate auto-picker selections

{% include "picker/inclusions/byes.html" %}
{{ gameset.games.count }} games, {{ results|length }} entries
{% if not gameset.has_started %} {% for result in results %} {% endfor %} {% else %} {% with gameset.last_game.has_started as has_started %} {% with gameset.games.display_results as display_results %} {% for res in display_results.values %} {% endfor %} {% if has_started %} {% endif %} {% for wp in results %} {% for pick in wp.gamepicks.games_started_display %} {% endfor %} {% if has_started %} {% endif %} {% endfor %} {% endwith %} {% endwith %} {% endif %}
Player Games picked Points
{{ result.user }} {{ result.progress }} {{ result.points|yesno:"set,pending" }}
Place Picker Score {{ res.away__abbr }} @
{{ res.home__abbr }}
Pts Pts diff
{{ wp.place }} {{ wp.user }} {{ wp.correct }} {{ pick.1 }} {{ wp.points }} ±{{ wp.points_delta }}
{% endwith %}
{% endblock %}