{% extends league_base %} {% load picker_tags %} {% block title %}Picks{% endblock %} {% block main_content %} {% load django_bootstrap5 %}

Week #{{ gameset.sequence }} {{ gameset.season }}

{% include "picker/inclusions/byes.html" %} {% season_nav gameset "picks" %} {% if form.errors %}

Please fix the errors below:

{% endif %} {% with show_tv=league.config.SHOW_TV %}
Your weekly picks
{% csrf_token %} {% if show_tv %} {% endif %} {% for field in form.game_fields %}{% with field.field.game as gm %} {% if show_tv %} {% endif %} {% endwith %}{% endfor %} {% with form.points as field %} {% endwith %}
Start Time Away vs. HomeTV
{{ gm.start_time|date:"M jS, Y"}}
{{ gm.start_time|date:"P D" }} {% if gm.location %}
{{ gm.location }}{% endif %}
{{ field }} {{ gm.tv|default:"" }}
Points Total
{% if field.errors %}{{ field.errors }}
{% endif %} {% bootstrap_field field %} {% if gameset.is_open %} {% endif %}
{% endwith %} {% endblock %}