{{"CustomerProfile" | localize }}

{{clinicName}} {{address}}  {{customerPhone | phoneFormat}}
{{customer}} {{contactAddress}}  {{contactPhone | phoneFormat}}
{{clinicName}} {{address}} {{address}}  {{customerPhone | phoneFormat}}
{{"Profile" | localize}}
{{'UserName' | localize}} {{profile.customerInfo.username}}
{{'EmailAddress' | localize}} {{profile.customerInfo.email}}
{{'MondayNote' | localize}} {{profile.mondayNote}}
{{'TuesdayNote' | localize}} {{profile.tuesdayNote}}
{{'WednesdayNote' | localize}} {{profile.wednesdayNote}}
{{'ThursdayNote' | localize}} {{profile.thursdayNote}}
{{'FridayNote' | localize}} {{profile.fridayNote}}
{{'SaturdayNote' | localize}} {{profile.saturdayNote}}
{{'SundayNote' | localize}} {{profile.sundayNote}}
{{'DriverArrivalAlert' | localize}} {{profile.aarrivalString ? profile.aarrivalString == '0' ? 'No Alert' : profile.aarrivalString +' minutes' : 'No Alert'}}
{{"BusinessHours" | localize}}
{{'Day' | localize}} {{'Open' | localize}} {{'Closed' | localize}}
{{hour.day}} {{hour.dateString}} {{hour.openingTimeString}} {{hour.closingTimeString}}
{{"ContactPersons" | localize}}
{{l('Actions')}} {{l('Name')}} {{l('Username')}} {{l('Name')}} {{record.name}} {{l('Username')}} {{record.username}}
{{l('NoData')}}
{{l('TotalRecordsCount', primengTableHelper.totalRecordsCount)}}