+ {(activeCityOffers.length === 0) &&
}
+ {(activeCityOffers.length > 0) &&
+ <>
+
+ Places
+ {activeCityOffers.length} place{(activeCityOffers.length > 1 || activeCityOffers.length === 0) && 's'} to stay in {activeCity.name}
+ {activeCityOffers.length > 0 && }
+
+
+
+
+
+ {activeCityOffers.length === 0 ? '' :
+ }
+
+ >}
+