+
+
+
+
+
+ {t('biometrics.bsidLabel', 'Biometric Subject ID')}
+
+ {profileLoading ? (
+
+ ) : bsid ? (
+
+ {({ copied, copy }) => (
+
+
+
+
+ {bsid}
+
+ {copied ? : }
+
+
+
+ )}
+
+ ) : (
+
+ {t(
+ 'biometrics.bsidPending',
+ 'Not issued yet. Your BSID is generated once your enrolment is confirmed at the counter.',
+ )}
+
+ )}
+
+
+
{isLoading ? (