@if (pagination.totalItems) { {{ getTotalTitle() }} }
@if (pagination.totalItems === 0) {
No follower found.
}
@for (follow of follows; track follow) {
{{ follow.follower.name + '@' + follow.follower.host }}
@if (isFollowingAccount(follow)) { Is following all your channels } @else { Is following your channel {{ follow.following.name }} }
}