Back to Peertube

Following List.Component

client/src/app/+admin/follows/following-list/following-list.component.html

8.1.5497 B
Original Source

{ totalRecords, plural, =0 {No subscription} =1 {1 subscription} other {{{ totalRecords | myNumberFormatter }} subscriptions}}Follow {{ buildFollowingName(follow) }} | @if (follow.state === 'accepted') { Accepted } @if (follow.state === 'pending') { Pending } @if (follow.state === 'rejected') { Rejected } | {{ follow.createdAt | ptDate: 'short' }} | @if (isInstanceFollowing(follow)) { } | @if (search) { No host found matching current filters. } @else { Your instance is not following anyone. }