{% extends league_base %} {% load picker_tags %} {% block title %}Game picks{% endblock %} {% block main_content %}
Correct Picks: {{ picks.correct }}/{{ picks.gamepicks.count }} • Points: ±{{ picks.points_delta }} ({{ picks.points }} vs {{ gameset.points }})
Kickoff | Away | Home | Result |
---|---|---|---|
{{ pick.game.start_time|date:"D P, M jS" }} | {{ pick.game.away }} | {{ pick.game.home }} | {% if is_correct %} {% else %} {% endif %} | {% endwith %}
You have not registered picks for this gameset.
{% endif %} {% endblock %}