@(space: models.ProjectSpace, curationObjects: List[models.CurationObject], prev: Int, next: Int, limit: Int)(implicit user: Option[models.User]) @import play.api.i18n.Messages @import _root_.util.Formatters._ @main("Staging Area") {
Created: @curObject.created.format("MMM dd, yyyy")
@Html(curObject.description.replace("\n","
"))