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

@Messages("title18")

@commonReplyForm(replyForm, replyType) @form(routes.ReplyController.createReply(0, id, notifyType, 0, partId, state)) { }
@Messages("notify.type" + notifyType)@Messages("list.link19") }