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



Create a New Book

@helper.form(action = routes.Book.newBook()) {
Book ID
Title
Author
Edition
ISBN
Store Price
Password
}














@message

@for(book <- books) { }
Key Book ID Title Author Version ISBN Store Prices
@book.getPrimaryKey()
}