@( owner: services.user.User, documents: services.Page[services.generated.tables.records.DocumentRecord], currentUser: Option[services.user.User] )(implicit request: RequestHeader, messages: Messages, webJarsUtil: org.webjars.play.WebJarsUtil) @owner.username | Recogito @Html(webJarsUtil.script("1.12.0/jquery.min.js"))
@if(documents.total == 0) {
@owner.username has not shared any documents yet
} else { @for(document <- documents.items) { }
Author Name Date Last Edit File Size Annotations
@document.getAuthor @document.getTitle @document.getDateFreeform - - -
}
@helper.javascriptRouter("jsRoutes")( controllers.document.annotation.routes.javascript.AnnotationController.showAnnotationView )