Students

@if (showAddModal()) { } @if (displayMode() === 'card') {
@for (student of students(); track student.studentId) { }
} @else {

List view coming soon.

}