| Research Institution Id | Research Institution Name | Location | Participants limit for Research Institution |
|---|---|---|---|
| {{ c.researchInstitutionId }} | {{ c.institutionName }} | {{ c.address }} | {{ c.participantsLimit }} |
| Username | First Name | Last Name | Research Institution |
|---|---|---|---|
| {{ u.username }} | {{ u.firstname}} | {{ u.lastname }} | {{ ResearchInstNames[u.assignedResearchInstitutionId - 1] }} |
| Username | Assigned Researcher | Account Type | Institution |
|---|---|---|---|
| {{ participant.username}} | {{ findAssignedResearcherForParticipant(participant)?.username }} | {{ participant.usertype }} | {{ ResearchInstNames[participant?.assignedResearcherInst - 1] }} |