@if (loading()) {

Loading candidates...

} @else if (candidates().length === 0) {
people

No candidates found

No candidates have registered yet.

} @else {
@for (user of candidates(); track user._id) {
{{ user.name?.charAt(0)?.toUpperCase() || '?' }}

{{ user.name }}

{{ user.email }}

@if (user.group) { {{ user.group }} } Joined {{ user.createdAt | date:'mediumDate' }}
chevron_right
}
}