@if (loading()) {

Loading users...

} @else if (users().length === 0) {
👤

No students found

{{ showAll() ? 'No students have registered yet.' : 'No students are currently online.' }}

} @else { }