{{ t('lookup_title') }}
{{ t('lookup_subtitle') }}
{{ t('appointment_code') }}: {{ appointment.appointment_code }}
{{ t('customer_name') }}: {{ appointment.first_name || '-' }}
{{ t('customer_phone') }}: {{ maskPhone(appointment.phone_number) }}
{{ t('consultation_date') }}: {{ formatDate(appointment.date) }}
{{ t('time_slot') }}: {{ appointment.time_slot }}
{{ t('store_label') }}: {{ appointment.store_name || currentStore.name }}
{{ t('lookup_empty') }}