{{ notice.text }}

{{ t('confirm_modal_title') }}

{{ t('confirm_modal_subtitle') }}

{{ t('col_name') }}: {{ confirmModal.meta.first_name || '-' }}

{{ t('col_phone') }}: {{ maskPhone(confirmModal.meta.phone_number) }}

{{ t('col_date') }}: {{ confirmModal.meta.date || '-' }}

{{ t('col_time') }}: {{ confirmModal.meta.time_slot || '-' }}

{{ t('col_code') }}: {{ maskAppointmentCode(confirmModal.targetCode) }}

{{ confirmModal.error }}

{{ t('title_login') }}

{{ t('subtitle_login') }}

{{ error }}

{{ t('store_session') }}

{{ currentStore.name }}

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

{{ t('go_coupon_dashboard') }}

{{ t('count_upcoming') }}

{{ counts.upcoming || 0 }}

{{ t('count_completed') }}

{{ counts.completed || 0 }}

{{ t('count_expired') }}

{{ counts.expired || 0 }}

{{ t('count_total') }}

{{ counts.total || 0 }}

{{ t('search_title') }}

{{ t('appointments_list') }}

{{ t('col_code') }} {{ t('col_name') }} {{ t('col_phone') }} {{ t('col_date') }} {{ t('col_time') }} {{ t('col_status') }} {{ t('col_completed_at') }} {{ t('col_action') }}
{{ maskAppointmentCode(row.appointment_code) }} {{ row.first_name || '-' }} {{ maskPhone(row.phone_number) }} {{ row.date || '-' }} {{ row.time_slot || '-' }} {{ row.appointment_status }} {{ formatDateTime(row.completed_at) }} -
{{ t('no_items') }}