@(designChangeForm: Form[forms.DesignChangeForm], id: Long, delRelations: org.squeryl.Query[PartRelation], addRelations: org.squeryl.Query[PartRelation])(implicit lang: Lang) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("update User by Play 2.1") {
@Messages("list.header1") | @Messages("list.header2") |
---|---|
@delRelation.parent.head.name | @delRelation.child.head.name |
@Messages("list.header1") | @Messages("list.header2") |
---|---|
@addRelation.parent.head.name | @addRelation.child.head.name |