@(s: lila.study.Study)(implicit ctx: Context) @site.message( title = s"Clone ${s.name}", icon = Some(Html("4")), back = false) {

This will create a new private study with the same chapters.

You will be the owner of that new study.

The two studies can be updated separately.

Deleting one study will not delete the other study.

@trans.cancel()

}