@( doc: services.document.ExtendedDocumentMetadata, currentPart: services.generated.tables.records.DocumentFilepartRecord, currentUser: Option[services.user.User], accessLevel: services.RuntimeAccessLevel, clonedFrom: Option[services.generated.tables.records.DocumentRecord], clones: Seq[services.generated.tables.records.DocumentRecord], prefs: Seq[services.generated.tables.records.DocumentPreferencesRecord], preview: String, annotationCount: Long, sharedVia: Option[controllers.document.annotation.AnnotationSummary] )(implicit request: RequestHeader, messages: Messages, webJarsUtil: org.webjars.play.WebJarsUtil)
@views.html.document.sourceLink(doc.source)
- Annotations · No Other Contributors @if(doc.license.isDefined) { · @views.html.document.licenseInfo(doc.license.get, doc.attribution) } @if(clones.size > 0) { · Cloned @clones.size @if(clones.size == 1) { time } else { times } }