@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"); } @using (Html.BeginForm(MVC.Job.LogInsurance(), FormMethod.Post)) { @Html.AntiForgeryToken() @Html.ValidationSummary(true) @Html.HiddenFor(m => m.JobId) @Html.HiddenFor(m => m.OrganisationAddressId) @Html.HiddenFor(m => m.ProviderId) @Html.HiddenFor(m => m.ProviderPropertiesJson)
| 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: | @Model.Provider.Name (@Model.Provider.Id) @Model.Provider.PluginManifest.Version.ToString(3) | ||
| Disclosed Information |
|
||
| Sending Attachments |
@foreach (var ja in Model.Attachments)
{
|