How to search for a teacher
You can search by first name, surname or registration number. If you want to search for a full name, enter it like, Smith, J or Smith, James.
Displaying {{ minPageNum + 1 }} - {{ maxPageNum }} of {{ registryData.length }} for "{{ registryInputValue }}"
First name | Surname | Registration number | Certification category | Certification expiry date | Annotation(s) & Notes |
---|---|---|---|---|---|
{{ teacher.FirstName }} | {{ teacher.Surname }} | {{ teacher.RegistrationNumber }} | {{ teacher.RegistrationCategory }} | {{ teacher.CertificateExpiry | formatDate }} |
{{ annotations }} {{ notes }} |
- First name
- {{ teacher.FirstName }}
- Surname
- {{ teacher.Surname }}
- Registration number
- {{ teacher.RegistrationNumber }}
- Certification category
- {{ teacher.RegistrationCategory }}
- Expiry date
- {{ teacher.CertificateExpiry | formatDate }}
- Annotation(s) & Notes
-
{{ annotations }}
{{ notes }}