testing rami

{{ t.formTitle }}

{{ t.formSubtitle }}

{{ touched.originCity && errors.originCity ? errors.originCity : "" }}
{{ touched.destinationCity && errors.destinationCity ? errors.destinationCity : "" }}
{{ touched.departureDate && errors.departureDate ? errors.departureDate : "" }}
{{ touched.returnDate && errors.returnDate ? errors.returnDate : "" }}
{{ touched.customerName && errors.customerName ? errors.customerName : "" }}
{{ touched.customerPhone && errors.customerPhone ? errors.customerPhone : "" }}
{{ touched.customerEmail && errors.customerEmail ? errors.customerEmail : "" }}