such as a U.S. passport, a permanent resident card such as agreen cardoralienregistration receipt, or an employment authorization document (Form I-766).
class I9Form(models.Model): CITIZEN = 'CITIZEN' NON_CITIZEN = 'NON_CITIZEN' RESIDENT = 'RESIDENT' ALIEN = 'ALIEN' ATTESTATION = ( (CITIZEN, 'A citizen of the United States'), (NON_CITIZEN, 'A noncitizen national of the United States'), (RESIDENT, 'A lawful permanent resident'), (...
Form I-9 contains two parts: Section 1 is to be completed by the employee, and section 2 is to be completed by the employer. Outside of basic information—such as name, address, telephone number, and Social Security number—the employee must certify that they're one of the following: A...