-
- OnUserClick(relationshipInfo)}>
- {
- (relationshipInfo && relationshipInfo.friendCount > 0) ? relationshipInfo.randomFriendName : LocalizeText('extendedprofile.add.friends')
- }
-
- {
- (simple && relationshipInfo && relationshipInfo.friendCount > 1) &&
-
- {' ' + LocalizeText(`extendedprofile.relstatus.others.${relationshipName}`, ['count'], [(relationshipInfo.friendCount - 1).toString()])}
-
- }
- {
- (!simple && relationshipInfo && relationshipInfo.friendCount > 0) &&
-
- }
-
-
- {
- !simple &&
- {
- (relationshipInfo && relationshipInfo.friendCount > 1) ? LocalizeText(`extendedprofile.relstatus.others.${relationshipName}`, ['count'], [(relationshipInfo.friendCount - 1).toString()]) : ''
- }
- {
- (relationshipInfo && relationshipInfo.friendCount < 1) ? LocalizeText('extendedprofile.no.friends.in.this.category') : ''
- }
-
- }
-