{{'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'}}
|