A la carte jaro
 | # | File name | Path | 
|---|
|  | {{ createdAt(row.created) }} | {{ row.status }} |  | 
| {{ reservation.status }} | |
| {{ getRoomName() }} | |
| {{ getGuestsCount() }} {{ strings.Guests }}{{ strings.Guest }} | |
| {{ getPrice(reservation.pricing.room_cost) }} | 
| (x{{ item.quantity}}) | {{ getPrice(item.price) }} | 
|---|---|
| {{ getPrice(reservation.pricing.supplements) }} | 
| Government Tax | {{ getPrice(reservation.pricing.excluded) }} / night | 
|---|
{{ getCancellationFee }}
 
  | # | File name | Path | 
|---|