{{ t.auth.inviteSubtitle || 'Use your invitation link to activate your account.' }}
{{ invitationForm.error }}
{{ invitationForm.success }}
{{ passwordResetForm.token ? (t.auth.resetSubtitle || 'Set a new password for your account.') : (t.auth.resetRequestSubtitle || 'Enter your email and we will send a reset link.') }}
{{ passwordResetForm.error }}
{{ passwordResetForm.success }}
{{ t.auth.accessRequestSubtitle || 'Submit your company and user details.' }}
{{ t.auth.accessRequestStepCompany || 'Step 1 of 2: Company details' }}
{{ t.auth.accessRequestStepUser || 'Step 2 of 2: User details' }}
{{ shipperAccessRequestForm.error }}
{{ shipperAccessRequestForm.success }}
{{ t.auth.subtitle }}
{{ t.auth?.twoFactor?.subtitleEmail ? tr("auth.twoFactor.subtitleEmail", t.auth.twoFactor.subtitleEmail, { destination: loginTwoFactor.masked_destination || (t.auth?.twoFactor?.emailAddress || 'your email address') }) : `Enter the verification code sent to ${loginTwoFactor.masked_destination || 'your email address'}.` }}
{{ t.auth?.twoFactor?.subtitleOtp || 'Enter the verification code from your authenticator app.' }}
{{ t.auth?.twoFactor?.expiresAt ? tr("auth.twoFactor.expiresAt", t.auth.twoFactor.expiresAt, { expires_at: formatDate(loginTwoFactor.expires_at) }) : `Code expires at ${formatDate(loginTwoFactor.expires_at)}.` }}
{{ authNotice }}
{{ authError }}