@(curationObject: models.CurationObject, space: Option[String])(implicit user: Option[models.User])
@Html(curationObject.description)
@Messages("owner.label"): @curationObject.author.fullName
Created on: @curationObject.created.date.format("MMM dd, yyyy")
Repository: @curationObject.repository.getOrElse("")
Published on: @{curationObject.publishedDate match { case Some(d) => d.format("MMM dd, yyyy") case None => } }
External identifier: @curationObject.externalIdentifier match { case Some(e) => { @if(e.toString.startsWith("http://") || e.toString.startsWith("https://")) { @e } else { @e } } case None => {} }
@Messages("dataset.title"): @curationObject.datasets(0).name