@if (subscriptionsPagination.totalItems === 0) {
{{ instanceName }} does not have subscriptions.
}
@for (subscription of subscriptions; track subscription) {
}
@if (canLoadMoreSubscriptions()) {
Show more subscriptions
}
@if (serverStats) {
Our network in figures
{{ serverStats.totalVideoComments | number }}
total comments
}
@if (followersPagination.totalItems === 0) {
{{ instanceName }} does not have followers.
}
@for (follower of followers; track follower) {
}
@if (canLoadMoreFollowers()) {
Show more followers
}