@(taskId: String, taskTypes: List[models.task.TaskType], projects: List[models.task.Project], teams: List[String], editForm: Form[(String, models.user.Experience, Int, Int, String, String)])(implicit session: oxalis.view.AuthedSessionData) @main(){

Edit Task

All tracings of this task are going to get adjusted to this settings. This is espacially true when changing the Task type.

@helper.form(controllers.admin.routes.TaskAdministration.editTaskForm(taskId), 'class -> "form-horizontal") { @basicTaskForm(editForm, taskTypes, projects, teams)
}
}