{{::booking.productInfo.name}}
{{::booking.productInfo.city}}, {{::booking.productInfo.country}}
{{::booking.reservationNumber}}
{{::booking.temporalInfo.checkInDate}}
{{::booking.temporalInfo.checkOutDate}}
{{::booking.temporalInfo.nights}}
{{::booking.travelersInfo.total}}
{{::booking.invoiceInfo.accommodationFees | currencyOwn: booking.invoiceInfo.currency : 2 }}
- {{invoiceLine.description}}
{{::booking.invoiceInfo.bookingFees | currencyOwn: booking.invoiceInfo.currency : 2 }}
{{::booking.invoiceInfo.totalAmount | currencyOwn: booking.invoiceInfo.currency : 2 }}