@import prism.BakeUsage @import views.html.helper.CSRF @(bakeId: BakeId, usages: Seq[BakeUsage], bakeDeletionFrequencyMinutes: Int)(implicit request: RequestHeader) @simpleLayout("AMIgo"){ @if(usages.isEmpty) {
Note that this will schedule the deletion of all encrypted copies of this bake within the next @bakeDeletionFrequencyMinutes minutes.
@helper.form(routes.BakeController.deleteBake(bakeId.recipeId, bakeId.buildNumber)) { @CSRF.formField }