@if (loaded() && students().length === 0) {

You don't currently have any students.

Please log into the desktop app to add your students.

} @else {
@for (student of students(); track student.studentId) { }
}