@model Disco.Web.Models.Job.ShowModel @if (Model.Job.JobMetaNonWarranty.IsInsuranceClaim) { Html.BundleDeferred("~/ClientScripts/Modules/Disco-PropertyChangeHelpers"); }
Date of Loss or Damage @Html.EditorFor(m => m.Job.JobMetaInsurance.LossOrDamageDate) @AjaxHelpers.AjaxLoader()
Event Location @Html.EditorFor(m => m.Job.JobMetaInsurance.EventLocation) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Description @Html.EditorFor(m => m.Job.JobMetaInsurance.Description) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
  @Html.EditorFor(m => m.Job.JobMetaInsurance.ThirdPartyCaused)@Html.LabelFor(m => m.Job.JobMetaInsurance.ThirdPartyCaused) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Third Party Name
@Html.EditorFor(m => m.Job.JobMetaInsurance.ThirdPartyCausedName) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Why Third Parties Fault
@Html.EditorFor(m => m.Job.JobMetaInsurance.ThirdPartyCausedWhy) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Witnessed by (Name/Address) @Html.EditorFor(m => m.Job.JobMetaInsurance.WitnessesNamesAddresses) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Burglary/Theft - Method of Entry @Html.EditorFor(m => m.Job.JobMetaInsurance.BurglaryTheftMethodOfEntry) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Property Last Seen @Html.EditorFor(m => m.Job.JobMetaInsurance.PropertyLastSeenDate) @AjaxHelpers.AjaxLoader()
  @Html.EditorFor(m => m.Job.JobMetaInsurance.PoliceNotified)@Html.LabelFor(m => m.Job.JobMetaInsurance.PoliceNotified) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Station
@Html.EditorFor(m => m.Job.JobMetaInsurance.PoliceNotifiedStation) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Date
@Html.EditorFor(m => m.Job.JobMetaInsurance.PoliceNotifiedDate) @AjaxHelpers.AjaxLoader()
Crime Report #
@Html.EditorFor(m => m.Job.JobMetaInsurance.PoliceNotifiedCrimeReportNo) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Action to Recover/Reduce Loss @Html.EditorFor(m => m.Job.JobMetaInsurance.RecoverReduceAction) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Other Interested Parties @Html.EditorFor(m => m.Job.JobMetaInsurance.OtherInterestedParties) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Date of Purchase @Html.EditorFor(m => m.Job.JobMetaInsurance.DateOfPurchase) @AjaxHelpers.AjaxLoader()
Claim Form Sent Date @CommonHelpers.FriendlyDate(Model.Job.JobMetaInsurance.ClaimFormSentDate, "Not Sent", "Job_JobMetaInsurance_ClaimFormSentDate") @(string.IsNullOrEmpty(Model.Job.JobMetaInsurance.ClaimFormSentUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaInsurance.ClaimFormSentUser.ToString()))
Insurance Claim
@if (Model.Job.JobMetaNonWarranty.IsInsuranceClaim) { @Html.ActionLinkButton("Remove Insurance Claim", MVC.API.Job.UpdateNonWarrantyIsInsuranceClaim(Model.Job.Id, false, true)) } else { @Html.ActionLinkButton("Add Insurance Claim", MVC.API.Job.UpdateNonWarrantyIsInsuranceClaim(Model.Job.Id, true, true)) }