@if (listResource.isLoading()) {
} @else if (listResource.error()) {
} @else {
Name
{{ row.name }}
Is Locked Out?
{{ row.lockedOut }}
Roles
@for (role of row.roles; track role) {
- {{ role }}
}
Last Login
{{ row.lastDevice }} @ {{ row.lastDate ? (row.lastDate | localTime) : 'Never' }}
}