@(userInfo: (UUID, String, String, String), classes: String, showFollow: Boolean)(implicit user: Option[models.User])
@userInfo._2 @if(showFollow) {

@if(user.get.followedEntities.filter(x => (x.id == userInfo._1)).nonEmpty) { } else { }

}