@(runningExtractors: List[ExtractorInfo], selectedExtractors: List[String], globalSelections: List[String], space: UUID, spaceName: String)(implicit user: Option[models.User]) @import _root_.util.Formatters._ @import helper._ @main("Space") {
| Enabled | Name | Description | Author | Process Triggers |
|---|---|---|---|---|
| @extractor.name | @extractor.description | @extractor.author |
Datasets: 1) {hidden}>@extractor.process.dataset
Files: 1) {hidden}>@extractor.process.file
Metadata: 1) {hidden}>@extractor.process.metadata
None |
@updateButton() } } }