{{ item.provider_name?.slice(0,1) ?? '—' }}
{{ item.schedule_type === 'custom' ? $t('dashboard_client.next_schedules.tag_custom') : $t('dashboard_client.next_schedules.tag_default') }}
{{ item.provider_name ?? $t('dashboard_client.next_schedules.no_provider') }}
{{ formatWeekday(item.date) }}{{ ', ' + formatDayMonth(item.date) }}
{{ $t('dashboard_client.next_schedules.from') }}
{{ item.start_time?.slice(0,5) }} {{ $t('dashboard_client.next_schedules.to') }} {{ item.end_time?.slice(0,5) }}
{{ addressLabel(item.address?.address_type) }}
{{ item.total_amount && item.total_amount !== '0.00' ? formatCurrency(item.total_amount) : $t('dashboard_client.next_schedules.to_combine') }}
{{ formatLabelByPeriodType(item.period_type) }}