{{"CreateNewDriver" | localize}}

{{"Enter_Account_Details" | localize}}
{{"CanNotChangeAdminUserName" | localize}}
  • {{"PasswordComplexity_RequireDigit_Hint" | localize}}
  • {{"PasswordComplexity_RequireLowercase_Hint" | localize}}
  • {{"PasswordComplexity_RequireUppercase_Hint" | localize}}
  • {{"PasswordComplexity_RequireNonAlphanumeric_Hint" | localize}}
  • {{"PasswordComplexity_RequireDigit_Hint" | localize}}
  • {{"PasswordComplexity_RequireLowercase_Hint" | localize}}
  • {{"PasswordComplexity_RequireUppercase_Hint" | localize}}
  • {{"PasswordComplexity_RequireNonAlphanumeric_Hint" | localize}}
  • {{"PasswordComplexity_RequiredLength_Hint" | localize:passwordComplexitySetting.requiredLength}}
  • {{"PasswordsDontMatch" | localize}}
{{"Profile" | localize}}

{{"AddressInformation" | localize}}


{{"Review_Your_Details_Submit" | localize}}
{{"AccountSettings" | localize}}
{{"Name" | localize}} : {{ contactForm.fName +" "+contactForm.sName}}
{{"PhoneNumber" | localize}} : {{ contactForm.pNumber }}
{{"EmailAddress" | localize}} : {{ contactForm.emailAddress }}
{{"Profile" | localize}}
{{"StartDate" | localize}} : {{ driverInput.startDate ? (driverInput.startDate | date:'yyyy-MM-dd') : ''}}
{{"EndDate" | localize}} : {{ driverInput.endDate ? (driverInput.endDate | date:'yyyy-MM-dd') : '' }}
{{"DriverLicenseNumber" | localize}} : {{ driverInput.driverLicenseNumber ? driverInput.driverLicenseNumber : '' }}
{{"DriverLicenseState" | localize}} : {{ driverInput.driverLicenseState ? driverInput.driverLicenseState : '' }}
{{"DriverLicenseExpirationDate" | localize}} : {{ driverInput.driverLicenseExpirationDate ? (driverInput.driverLicenseExpirationDate | date:'yyyy-MM-dd') : '' }}
{{"HourlyRate" | localize}} : {{driverInput.hourlyRate ? driverInput.hourlyRate.toFixed(2) : 0.0 }}
{{"DailyRate" | localize}} : {{driverInput.dailyRate ? driverInput.dailyRate.toFixed(2) : 0.0}}
{{"PerSprintRate" | localize}} : {{driverInput.perSprintRate ? driverInput.perSprintRate.toFixed(2) : 0.0}}
{{"OnDemand" | localize}} : {{driverInput.onDemand ? 'Yes' : 'No'}}
{{"OwnVehicle" | localize}} : {{driverInput.ownVehicle ? 'Yes' : 'No'}}
{{"isActive" | localize}} : {{ driverInput.isActive ? 'Yes' : 'No'}}
{{"AddressInformation" | localize}}
{{"Locations" | localize}} : {{ selectedLocation }}
{{"AddressLine1" | localize}} : {{ addressForm.address.addressLine1 }}
{{"AddressLine2" | localize}} : {{ addressForm.address.addressLine2 }}
{{ addressForm.city }}, {{ addressForm.state }}, {{ addressForm.value }}, {{ selectedCountry }}
{{ selectedAddressType }}