@(sensors: List[(String, String, String)], resource_type: String, // What resource is calling this form? "Collection", "Dataset", or "File" item_id: String // What is the UUID of the resource (for the Collection, Dataset, or File) )(implicit user: Option[models.User])

Sensors

@import play.api.Play.current @defining(play.api.Play.configuration.getString("geostream.dashboard.url").getOrElse("http://localhost:9000") + "#detail/location/") { base_url => }