@(space: ProjectSpace, collections: List[Collection], publicDatasets: List[Dataset], datasets: List[Dataset], publishedData: List[play.api.libs.json.JsValue], servicesUrl: String, userRoleMap: Map[User, String], userSelections: List[String])(implicit user: Option[models.User]) @import play.api.libs.json._ @import play.api.Play.current @import api.Permission @import play.api.i18n.Messages @main(space.name) { @if( space.bannerURL.isDefined || space.logoURL.isDefined){
@Html(space.description.replace("\n","
"))
The @Messages("space.title") team has made the following @Messages("datasets.title").toLowerCase and @Messages("collections.title").toLowerCase publicly available.
@spaces.datasetsBySpace(publicDatasets, space, Some(true), userSelections) @if(space.isPublic) { @spaces.collectionsBySpace(collections, space, Some(true)) } else {There are no public collections associated with this @Messages("space.title").
}The @Messages("space.title") team has made the following @Messages("datasets.title").toLowerCase and @Messages("collections.title").toLowerCase publicly available. You must be a logged-in member of the @Messages("space.title") to access all the @Messages("datasets.title").toLowerCase and @Messages("collections.title").toLowerCase.
@spaces.datasetsBySpace(publicDatasets, space, Some(true), userSelections) @if(space.isPublic) { @spaces.collectionsBySpace(collections, space, Some(true)) } else {There are no public collections associated with this @Messages("space.title").
}The following @Messages("datasets.title").toLowerCase have been published through this @Messages("space.title") and any affiliated @Messages("space.title")s.
@curations.publishedGrid(publishedData, servicesUrl, None)