{% extends "appointments/base.html" %} {% block content %}

I-9 Tracking

empid: {{ i9.emplid }}
netid: {{ i9.netid }}
last name: {{ i9.lastname }}
first name: {{ i9.firstname }}
expiration: {{ i9.expiration_date }}
sent: {{ i9.sent_date }}
completed: {{ i9.completed_date }}
start: {{ i9.start_date }}
forms_given: {{ i9.forms_given }}
forms_due: {{ i9.forms_due }}
insurance eligible: {{ i9.insurance_eligible }}
comments: {{ i9.comments }}
{% endblock %}