@(curationObject: models.CurationObject, space: Option[String], classes:String)(implicit user: Option[models.User])

@Html(curationObject.name)

@Html(curationObject.description)

Creator: @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