@(c: lila.coach.Coach.WithUser)(implicit ctx: Context) @pic(c, 250) @defining(c.user.profileOrDefault) { profile =>
@h
}Location |
@profile.nonEmptyLocation.map { l =>
@l,
}
@profile.countryInfo.map { c =>
|
---|---|
Languages | @l |
Rating | @profile.fideRating.map { r => FIDE: @r, } @c.user.best8Perfs.take(6).filter(c.user.hasEstablishedRating).map { pt => @showPerfRating(c.user, pt) } |
Hourly rate | @r |
Availability | @if(c.coach.available.value) { Accepting students } else { Not accepting students at the moment } |
@trans.lastSeenActive(momentFromNow(seen)) |