@(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 =>
  1. @name
  2. }
    @s.study.members.members.values.take(4).map { m =>
  1. @usernameOrId(m.id)
  2. }