{room.name}
{room.formattedTotalCost}
{formatPrice(intl, room.roomPrice, currencyCode)}
{intl.formatMessage( { id: "{totalAdults, plural, one {# adult} other {# adults}}" }, { totalAdults: room.adults, } )}
{room.rateDefinition.cancellationText}
{feature.description}
{formatPrice(intl, feature.totalPrice, feature.currency)}
{room.bedDescription}
{formatPrice(intl, 0, currencyCode)}
{intl.formatMessage( { id: "Crib (child) × {count}" }, { count: childBedCrib.quantity } )}
{intl.formatMessage({ id: "Based on availability" })}
{formatPrice(intl, 0, currencyCode)}
{intl.formatMessage( { id: "Extra bed (child) × {count}" }, { count: childBedExtraBed.quantity, } )}
{formatPrice(intl, 0, currencyCode)}
{intl.formatMessage({ id: "Breakfast buffet" })}
{intl.formatMessage({ id: "Included" })}
{formatPrice( intl, room.breakfast.totalPrice, room.breakfast.currency )}