@(relationForm: Form[beans.PartsListBean],childName:String, project:String, error:String)(implicit lang: Lang)
@import helper._
@implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) }
@main("Update relation by Play 2.1") {
@Messages("title3")
@Messages(error)
@form(routes.PartsListController.relationUpdate(childName, project)) {
}
@form(routes.PartsListController.relationDelete(relationForm("parent").value.get, relationForm("child").value.get), 'class -> "topRight") {
}
@Messages("list.link2")
}