@( doc: services.document.DocumentInfo, currentUser: Option[services.user.User], accessLevel: services.document.RuntimeAccessLevel, p: Seq[plugins.PluginConf] )(implicit request: RequestHeader, messages: Messages, webJarsUtil: org.webjars.play.WebJarsUtil) @_layout("Tag Statistics", doc, currentUser, accessLevel, Some("tags")) {

Overall tag use

Download CSV

@for(plugin <- p) {

@plugin.getString("title")

} @Html(webJarsUtil.requireJs(routes.Assets.versioned("javascripts/document/stats/tags.js"))) @helper.javascriptRouter("jsRoutes")( controllers.document.stats.routes.javascript.StatsController.getTagsAsJSON ) }