@model Disco.Web.Models.Job.LogInsuranceModel @{ Authorization.RequireAny(Claims.Job.Properties.NonWarrantyProperties.InsuranceClaimFormSent, Claims.Job.Actions.LogInsurance); ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id), MVC.Job.Show(Model.Job.Id), "Lodge Insurance Claim Error"); }

Submission Error

@Model.Error.Message
(show more)

Insurance Submission Details

Internal Job Id: @Model.JobId
Device Serial Number: @Model.Job.Device.SerialNumber
Device Model: @Model.Job.Device.DeviceModel.Manufacturer @Model.Job.Device.DeviceModel.Model
Technician: @Model.TechUser.DisplayName
Email Address: @Model.TechUser.EmailAddress
Phone Number: @Model.TechUser.PhoneNumber
Address:
@Model.OrganisationAddress.Name
@Model.OrganisationAddress.Address
@Model.OrganisationAddress.Suburb, @Model.OrganisationAddress.Postcode
@Model.OrganisationAddress.State, @Model.OrganisationAddress.Country
Provider: @if (Model.Provider != null) { @Model.Provider.Name (@Model.Provider.Id) @Model.Provider.PluginManifest.Version.ToString(3) } else { None Selected }
@Html.ActionLinkButton("Try Again", MVC.Job.LogInsurance(Model.JobId, null, null)) @Html.ActionLinkButton("Return to Job", MVC.Job.Show(Model.JobId))