@(s: lila.study.Study.WithChaptersAndLiked)(implicit ctx: Context)
@s.study.name
@s.study.likes.value •
@usernameOrId(s.study.ownerId) •
@momentFromNow(s.study.createdAt)
@s.chapters.take(4).map { name =>
- @name
}
@s.study.members.members.values.take(4).map { m =>
- @usernameOrId(m.id)
}