@(c: lila.coach.Coach.WithUser, mine: Option[lila.coach.CoachReview])(implicit ctx: Context)
@if(mine.exists(_.pendingApproval)) {

Thank you for the review!

@c.user.realNameOrUsername will approve it very soon.

} else { @if(ctx.isAuth) { Write a review } else { Review this coach } }
@barRating(selected = mine.map(_.score), enabled = true)