@(form: Form[_]) @import views.html.helper.bootstrap._ paperclips.example.com

Add Product

@helper.form(action = routes.VariousMappings.process) { @form.globalError.map { error => @error.message } @helper.inputText(form("main_contact.name")) @helper.inputText(form("main_contact.email")) @helper.inputText(form("technical_contact.name")) @helper.inputText(form("technical_contact.email"))
}