{{ t('booking_title') }}
{{ t('booking_subtitle') }}
{{ availabilityMessage }}
{{ t('subtitle_login') }}
{{ t('store_session') }}
{{ currentStore.id }}{{ currentStore.city ? ' - ' + currentStore.city : '' }}
{{ t('booking_subtitle') }}
{{ availabilityMessage }}
{{ t('confirmation_subtitle') }}
{{ t('appointment_code_label') }}
{{ lastBooking.appointment_code }}
{{ t('customer_name') }}: {{ lastBooking.first_name || '-' }}
{{ t('customer_phone') }}: {{ maskPhone(lastBooking.phone_number) }}
{{ t('consultation_date') }}: {{ formatDate(lastBooking.date) }}
{{ t('time_slot') }}: {{ lastBooking.time_slot }}
{{ t('store_label') }}: {{ lastBooking.store_name || currentStore.name }}
{{ t('share_code_hint') }}
{{ t('rules_title') }}
{{ t('rule_one_phone') }}
{{ t('rule_code_only') }}
{{ t('rule_store_checkin') }}