@(productForm: Form[org.joda.time.LocalDate]) @import views.html.helper.bootstrap._ paperclips.example.com
@helper.form(action = routes.AdvancedForm.createLocalDate) { @productForm.globalError.map { error => @error.message } @helper.inputText(productForm("introductionDate"), '_label -> "Introduction Date")
}