@(projects: Seq[ReportInfo], watchedProjects: Set[String])(implicit req: DefaultRequest) @import helper._ @button(action: Call)(label: String) = { @form(action, 'style -> "display: inline-block"){ @CSRF.formField } } @main("Watch projects"){ }