@(id: Long, feedbackForm: Form[Feedback]) @import helper._ @main {

Enviar Feedback

@form(routes.Application.atualizarFeedback(id)) {
Pergunta @feedbackForm("pergunta").value()
@inputText(feedbackForm("resposta"), '_label -> "resposta")
or Cancelar
} }