{% extends "base.html" %} {% block title %}Game – Skins & Pins{% endblock %} {% block content %}
Hole {{ '{{ currentHole }}' }} skipped
| Hole | {% if hole_pars %}Par | {% endif %} {% for p in players %}
{% if p.avatar and p.avatar.startswith('/') %}
{{ p.name.split()[0] }} |
{% endfor %}
|---|---|---|
| {{ h }} | {% if hole_pars %}{{ hole_pars.get(h, '—') }} | {% endif %} {% for p in players %} {% set sr = strokes_per_hole.get(p.id, {}).get(h, 0) %}{% if has_stroke_index and sr > 0 %}{{ '/' * sr }}{% endif %} | {% endfor %}
| Total | {% if hole_pars %}{{ hole_pars.values() | sum }} | {% endif %} {% for p in players %}{% endfor %} |
| Hole | {% for p in players %}
{% if p.avatar and p.avatar.startswith('/') %}
{{ p.name.split()[0] }} |
{% endfor %}
|---|---|
| {{ h }} | {% for p in players %}{% endfor %} |
| Total | {% for p in players %}{% endfor %} |
| Hole | {% if hole_pars %}Par | {% endif %} {% for p in players %}
{% if p.avatar and p.avatar.startswith('/') %}
{{ p.name.split()[0] }} |
{% endfor %}
Skin |
|---|---|---|---|
| {{ h }} | {% if hole_pars %}{{ hole_pars.get(h, '—') }} | {% endif %} {% for p in players %} {% set sr = strokes_per_hole.get(p.id, {}).get(h, 0) %}{% if has_stroke_index and sr > 0 %}{{ '/' * sr }}{% endif %} | {% endfor %}|
| {% if hole_pars %} | {% endif %} {% for p in players %} | {% endfor %} |