+
+
+
+
+ {intl.formatMessage({
+ id: "nextStay.myStayAt",
+ defaultMessage: "My Stay at",
+ })}
+
+
+
+
+ {hotelInformation.hotelName}
+
+
+
+
+
+
+
+
+
+
+ {daysUntilText}
+
+
+
+
+
+
+ {hotelInformation.cityName}
+
+
+
+
+
+
+
+
+ {intl.formatMessage({
+ id: "common.bookingNumber",
+ defaultMessage: "Booking number",
+ })}
+
+
+
+ {confirmationNumber}
+
+
+
+
+
+
+
+
+
+ {intl.formatMessage({
+ id: "common.dates",
+ defaultMessage: "Dates",
+ })}
+
+
+
+
+
+ {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
+ {"→"}
+
+
+
+
+
+ {isWebAppOrigin ? (
+
+
+ {intl.formatMessage({
+ id: "nextStay.seeDetailsAndExtras",
+ defaultMessage: "See details & extras",
+ })}
+
+
+ ) : null}
+
+