@(relationForm: Form[beans.PartsListBean], error:String)(implicit lang: Lang) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("Create relation by Play 2.1") {

@Messages("title2")

@error @form(routes.PartsListController.relationRegistration()) {
@inputText(relationForm("parent"), '_label -> Messages("list.header1"), 'readonly -> "readonly") @inputText(relationForm("child"), '_label -> Messages("list.header2")) @inputText(relationForm("quantity"), '_label -> Messages("list.header3"))
} @Messages("list.link2")
@Messages("list.link5") }