{{ user.account.displayName }}
{{ user.username }}
Muted
Banned
|
@if (user.blocked) {
{{ user.role.label }}
} @else {
{{ user.role.label }}
}
|
|
|
|
{{ user.totalVideoFileSize | bytes }}
|
{{ user.pluginAuth.replace('peertube-plugin-', '') }}
|
{{ user.createdAt | ptDate: 'short' }} |
@if (user.lastLoginDate) {
{{ user.lastLoginDate | ptDate: 'short' }}
} @else {
never
}
|