@(projectForm: Form[forms.ProjectForm])(implicit lang: Lang) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("Create Project by Play 2.1") {

@Messages("title8")

@form(routes.ProjectController.projectRegistration){ @commonProjectForm(projectForm) }

@Messages("title12") }