@L["Journal.Lede"]
++ @L["Journal.Empty.None"] +
+@_formError
+ } + ++ @L["Journal.Empty.None"] +
+| @L["Journal.Column.PlacedAt"] | +@L["Journal.Column.Match"] | +@L["Journal.Column.Selection"] | +@L["Journal.Column.Stake"] | +@L["Journal.Column.Rate"] | +@L["Journal.Column.Profit"] | +@L["Journal.Column.Clv"] | +@L["Journal.Column.Outcome"] | ++ |
|---|---|---|---|---|---|---|---|---|
| @row.Bet.PlacedAt.ToLocalTime().ToString("yyyy-MM-dd HH:mm", CultureInfo.InvariantCulture) | +@row.EventTitle | +
+ @SelectionLabel(row.Bet.Selection)
+ @if (!string.IsNullOrWhiteSpace(row.Bet.Notes))
+ {
+ @row.Bet.Notes
+ }
+ |
+ @row.Bet.Stake.ToString("0.00", CultureInfo.InvariantCulture) | +@row.Bet.Selection.Rate.Value.ToString("0.00", CultureInfo.InvariantCulture) | ++ @FormatProfit(row.Bet.NetProfit) + | ++ @FormatClvPoints(row.ClvProbabilityDelta) + | ++ + @OutcomeLabel(row.Bet.Outcome) + + | ++ @if (_pendingDeleteId == row.Id) + { + + @L["Journal.Confirm.Delete"] + + + + } + else + { + + } + | +