{{ buildFollowerName(follow) }}
|
@if (follow.state === 'accepted') {
Accepted
} @else if (follow.state === 'pending') {
Pending
} @else if (follow.state === 'rejected') {
Rejected
}
|
{{ follow.score / 10000 * 100 }}% |
{{ follow.createdAt | ptDate: 'short' }} |