{{ notice.text }}

{{ t('title_login') }}

{{ t('subtitle_login') }}

{{ error }}

{{ t('store_session') }}

{{ currentStore.name }}

{{ currentStore.id }}{{ currentStore.city ? ' - ' + currentStore.city : '' }}

{{ 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') }}

{{ t('complete_title') }}

{{ t('complete_subtitle') }}

{{ t('rules_title') }}

{{ t('rule_lookup') }}

{{ t('rule_last4') }}

{{ t('rule_same_store') }}