diff --git a/templates/session_detail.html b/templates/session_detail.html
index a87ca70..df4b296 100644
--- a/templates/session_detail.html
+++ b/templates/session_detail.html
@@ -33,7 +33,7 @@
Total remaining
-
+
{{ session.total_remaining_cents | money }}
@@ -54,10 +54,10 @@
Player |
Buy-in |
Cash-out |
+ Net |
+ Status |
Paid |
Remaining |
- Status |
- Net |
Notes |
@@ -71,17 +71,17 @@
{{ entry.buy_in_cents | money }} |
{{ entry.cash_out_cents | money }} |
- {{ entry.paid_cents | money }} |
-
- {{ entry.payout_remaining_cents | money }}
+ |
+ {{ entry.net_cents | money }}
|
{{ entry.payout_status }}
|
-
- {{ entry.net_cents | money }}
+ | {{ entry.paid_cents | money }} |
+
+ {{ entry.payout_remaining_cents | money }}
|
{% if entry.notes %}
|