| Date | Route | Flight | Cabin | Miles | Points | QP | HON | |
|---|---|---|---|---|---|---|---|---|
| {{ row.dateFmt }} | {{ row.origin }} → {{ row.destination }} | {{ row.airline }} {{ row.flightNo }} | {{ row.cabin }} | {{ row.milesFmt }} | {{ row.points }} | {{ row.qp }} | {{ row.hon }} | EditDelete |
| Date | Route | Flight | Status | Miles est. | Points est. | QP est. | HON est. | |
|---|---|---|---|---|---|---|---|---|
| {{ row.dateFmt }} | {{ row.origin }} → {{ row.destination }} | {{ row.airline }} {{ row.flightNo }} | {{ row.status }} | {{ row.milesFmt }} | {{ row.points }} | {{ row.qp }} | {{ row.hon }} | EditDelete |
| Date | Type | Description | Miles | Points | QP | HON | |
|---|---|---|---|---|---|---|---|
| {{ row.dateFmt }} | {{ row.type }} | {{ row.description }} | {{ row.milesFmt }} | {{ row.points }} | {{ row.qp }} | {{ row.hon }} | EditDelete |
| Baseline lifetime QP | {{ baselineQPFmt }} |
| + QP from flown flights | {{ flownQPFmt }} |
| = Current lifetime QP | {{ currentLifetimeQPFmt }} |
| Remaining to {{ lifetimeTargetFmt }} | {{ lifetimeRemainingFmt }} |
| + QP from planned flights | {{ plannedQPFmt }} |
| = Projected lifetime QP | {{ projectedLifetimeQPFmt }} |
| Remaining after planned | {{ projectedRemainingFmt }} |