{% extends "base.html" %} {% block title %}New Game – Skins & Pins{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
{# ── Step 1: Format, course, holes, players ── #}
Value per skin
{# ── Course picker ── #}
{% if courses %}
No courses found
{% else %}

No courses available. Ask the admin to add courses first.

{% endif %}
{# ── Player picker ── #}
{% for u in all_users %} {% endfor %}
{# ── Step 2: Tee selection ── #}

Select tees

{% for u in all_users %}
{% endfor %}
{# ── Step 3: Confirmation ── #}

Game details

Format
Carryover
Skin value
Course
Holes

Players

{# Hidden inputs driven by Alpine — always submitted regardless of step #}
{% endblock %}