diff --git a/templates/player_detail.html b/templates/player_detail.html index 18fad5c..b2c1926 100644 --- a/templates/player_detail.html +++ b/templates/player_detail.html @@ -13,7 +13,9 @@
Total Net{{ player.total_net_cents | money }}
Win %{{ "%.1f"|format(player.win_pct) }}%
ROI{{ "%.1f"|format(player.roi_pct) }}%
-
Buy-ins{{ player.total_buy_in_cents | money }}
+
Total invested{{ player.total_invested_cents | money }}
+
Paid Buy-ins{{ player.total_buy_in_cents | money }}
+
Fronted{{ player.total_front_cents | money }}
Cash-outs{{ player.total_cash_out_cents | money }}
Sessions{{ player.sessions_played }}
@@ -29,8 +31,8 @@
-
Longest win streak{{ player.longest_win_streak }}
-
Longest loss streak{{ player.longest_loss_streak }}
+