+ {{ statusText }} +
+{{ t('MyProfileView.biometric_no_authenticator') || 'No biometric authenticator on this device' }}
++ {{ t('MyProfileView.biometric_no_authenticator_detail') || 'Enable Windows Hello (Settings → Accounts → Sign-in options), Touch ID, or a device PIN, then refresh this page.' }} +
++ {{ enrolled + ? (t('MyProfileView.biometric_enrolled_with') || `Enrolled on ${enrolledDeviceName || 'this device'}`) + : (t('MyProfileView.biometric_use_prompt') || 'Sign in with fingerprint, face, or device PIN on this device.') }} +
++ {{ t('MyProfileView.biometric_enrolled_on') || 'Enrolled on' }} {{ formatDate(enrolledAt) }} +
++ {{ t('MyProfileView.biometric_for_epayslip_prompt') || 'Use biometric for epayslip / taxation enquiry' }} +
++ {{ + biometricForEpayslip + ? (t('MyProfileView.biometric_for_epayslip_enabled') || 'You can open epayslip / taxation with fingerprint or face.') + : (t('MyProfileView.biometric_for_epayslip_disabled') || 'You will need to type your epayslip password each time.') + }} +
+{{ t('MyProfileView.biometric_remove_body') || 'You will need to type your password to sign in next time. You can re-enroll anytime.' }}
++ {{ t('MyProfileView.biometric_enable_prompt') || 'Enter your password to enable biometric login on this device. This prevents someone from enrolling their fingerprint on a stolen or unattended device without your knowledge.' }} +
++ {{ t('MyProfileView.biometric_for_epayslip_password_prompt') || 'Enter your epayslip password to confirm. After this you can open epayslip / taxation with fingerprint or face instead of typing it again.' }} +
+