diff --git a/templates/leaderboard.html b/templates/leaderboard.html index 99abd14..37a37bd 100644 --- a/templates/leaderboard.html +++ b/templates/leaderboard.html @@ -43,6 +43,7 @@

Standings

All-time leaderboard

+

Cash in / paid out reflect real money movement. Net / ROI reflect poker results.

@@ -68,8 +69,8 @@ - - + + @@ -92,8 +93,8 @@ {% endif %} {{ player.player_name }} - {{ player.total_invested_cents | money }} - {{ player.total_cash_out_cents | money }} + {{ player.total_buy_in_cents | money }} + {{ player.total_paid_cents | money }} {{ player.total_net_cents | money }} {{ "%.1f"|format(player.win_pct) }}% {{ "%.1f"|format(player.roi_pct) }}% @@ -266,8 +267,8 @@ rank: 0, rankdelta: 1, player: 2, - buyins: 3, - cashouts: 4, + cashin: 3, + paidout: 4, net: 5, winpct: 6, roi: 7,