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

@Messages("title2")

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