{{
item.provider_name?.slice(0, 1).toUpperCase() ?? "—"
}}
{{
item.schedule_type === "custom"
? $t("dashboard_client.next_schedules.tag_custom")
: $t("dashboard_client.next_schedules.tag_default")
}}
{{
getFirstName(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.custom_address_type,
)
}}
{{
formatScheduleTotal(
item,
platformFees,
t("dashboard_client.next_schedules.to_combine"),
)
}}
{{ formatLabelByPeriodType(item.period_type) }}