@(replyForm: Form[forms.ReplyForm], notifyId: Long, replyId: Long, replyType: Long, partId: Long, notifyType: Long, state: Long)(implicit lang: Lang) @import helper._ @implicitFieldConstractor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("create reply by Play 2.1") {

@Messages("title17")

@form(routes.ReplyController.replyRegistration(notifyId, replyId, partId, notifyType, state), 'enctype -> "multipart/form-data") { @commonReplyForm(replyForm, replyType) }
@if(notifyId!=0 ) { @if(notifyType==0) { @Messages("notify.type0")@Messages("title16") } else { @Messages("notify.type1")@Messages("title16") } } else { @Messages("title18") } }