@(message: String,conditions : List[models.Condition] ) @implicitFieldConstructor = @{ helper.FieldConstructor(twitterBootstrapInput.render) } @main("Add Condition") {



Create a New Condition

@helper.form(action = routes.Condition.newCondition()) {
Book Condition
Password
}




@message

@for(condition <- conditions) { }
ID Condition
@condition.getPrimaryKey()
}