@(collection_id: String, previews: List[Preview], previewers: List[Previewer]) @main("Collection Previews") {

Previews available for this collection

@if(previews.size == 0) {

No previews currently associated with this collection

}

Previewers available for this collection

}