@using (Ajax.BeginForm("Delete", "Team", new AjaxOptions() { OnBegin = "blockUI", OnComplete = "unblockUI", OnSuccess = "onSuccessDeleteTeam", OnFailure = "onFailureDeleteTeam" }, new { id = "deleteTeamForm" }))
{
@Html.AntiForgeryToken()
@Html.ValidationSummary(false, "Team cannot be deleted due to the following errors:")