@(project: String, sharedResources: Boolean) @widgets.dialog(title = "Delete Project", submitLabel = "Yes, delete it") {

@if(sharedResources) { Delete project @project? Note that resources will not be deleted because they are shared across projects. } else { Delete project @project including all resources? }

}