{{ notice.text }}

{{ t('title_login') }}

{{ t('subtitle_login') }}

{{ error }}

{{ t('store_session') }}

{{ currentStore.name }}

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

{{ t('booking_title') }}

{{ t('booking_subtitle') }}

{{ availabilityMessage }}

{{ t('confirmation_title') }}

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

{{ t('rules_title') }}

{{ t('rule_one_phone') }}

{{ t('rule_code_only') }}

{{ t('rule_store_checkin') }}