ID
{{ $i.id }}
{{ $ts.registeredDate }}
{{ $ts.statistics }}
{{ $ts.notesCount }}
{{ number(stats.notesCount) }}
{{ $ts.repliesCount }}
{{ number(stats.repliesCount) }}
{{ $ts.renotesCount }}
{{ number(stats.renotesCount) }}
{{ $ts.repliedCount }}
{{ number(stats.repliedCount) }}
{{ $ts.renotedCount }}
{{ number(stats.renotedCount) }}
{{ $ts.pollVotesCount }}
{{ number(stats.pollVotesCount) }}
{{ $ts.pollVotedCount }}
{{ number(stats.pollVotedCount) }}
{{ $ts.sentReactionsCount }}
{{ number(stats.sentReactionsCount) }}
{{ $ts.receivedReactionsCount }}
{{ number(stats.receivedReactionsCount) }}
{{ $ts.noteFavoritesCount }}
{{ number(stats.noteFavoritesCount) }}
{{ $ts.followingCount }}
{{ number(stats.followingCount) }}
{{ $ts.followingCount }} ({{ $ts.local }})
{{ number(stats.localFollowingCount) }}
{{ $ts.followingCount }} ({{ $ts.remote }})
{{ number(stats.remoteFollowingCount) }}
{{ $ts.followersCount }}
{{ number(stats.followersCount) }}
{{ $ts.followersCount }} ({{ $ts.local }})
{{ number(stats.localFollowersCount) }}
{{ $ts.followersCount }} ({{ $ts.remote }})
{{ number(stats.remoteFollowersCount) }}
{{ $ts.pageLikesCount }}
{{ number(stats.pageLikesCount) }}
{{ $ts.pageLikedCount }}
{{ number(stats.pageLikedCount) }}
{{ $ts.driveFilesCount }}
{{ number(stats.driveFilesCount) }}
{{ $ts.driveUsage }}
{{ bytes(stats.driveUsage) }}
{{ $ts.other }}
emailVerified
{{ $i.emailVerified ? $ts.yes : $ts.no }}
twoFactorEnabled
{{ $i.twoFactorEnabled ? $ts.yes : $ts.no }}
securityKeys
{{ $i.securityKeys ? $ts.yes : $ts.no }}
usePasswordLessLogin
{{ $i.usePasswordLessLogin ? $ts.yes : $ts.no }}
isModerator
{{ $i.isModerator ? $ts.yes : $ts.no }}
isAdmin
{{ $i.isAdmin ? $ts.yes : $ts.no }}