{% extends "base.html" %} {% block content %}
| Match | Outcome | Amount | Result | Winning Outcomes | Under/Over | Actions |
|---|---|---|---|---|---|---|
|
Match #{{ detail.match.match_number }} {{ detail.match.fighter1_township }} vs {{ detail.match.fighter2_township }} |
{{ detail.outcome }} | €{{ detail.amount|round(2) }} | {% if detail.result == 'pending' %} Pending {% elif detail.result == 'win' %} Won {% elif detail.result == 'lost' %} Lost {% elif detail.result == 'cancelled' %} Cancelled {% endif %} | {% if detail.match.winning_outcomes %} {% for outcome in detail.match.winning_outcomes %} {{ outcome }} {% endfor %} {% else %} Not available {% endif %} | {% if detail.match.under_over_result %} {{ detail.match.under_over_result }} {% else %} Not available {% endif %} | {% if detail.result == 'pending' %} {% else %} No actions {% endif %} |
Scan this QR code for bet verification
Mark this bet as paid when payment is received from customer