ACCOUNT
{{ account.displayName }}
@if (accountUser?.blocked) {
Banned
}
@{{ account.nameWithHost }}
{naiveAggregatedSubscribers(), plural, =0 {No subscribers} =1 {1 subscriber} other {{{ naiveAggregatedSubscribers () }} subscribers }}
@if (accountVideosCount !== undefined) {
{accountVideosCount, plural, =0 {No videos} =1 {1 video} other {{{ accountVideosCount }} videos }}
}
@if (hasShowMoreDescription()) {
}