@model Neo.Legitimate.VerificationConsole.Models.DefaultModel @using System.Web.Mvc.Html @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc @{ ViewBag.Title = "Default"; Layout = "Console.cshtml"; } @Html.Partial("Scripts/Default-Init") @Html.Partial("Scripts/Default-Events") @Html.Partial("Afx/Form/ChecklistTemplates") @{ var detailTab = ""; if (Model.AppOrLir == "APP") { detailTab = "Application Details"; } else { detailTab = "Licence Issue Details"; } }
@if (Model.AppOrLir == "APP") {
Applicant Details
Name
Tax Reference No.
Proxy Name
ID/Business Reg. No.
Association Name
Cell Number
Existing Licence Details
Licence Number
Existing Licence Holder Details
Name
ID/Business Reg. No.
Vehicle Details
VIN/Chassis No.
Engine No.
Vehicle Reg. No.
Vehicle Make
Seated Capacity
} else {
Licence Details
Name
Tax Reference No.
ID/Business Reg. No.
Association Name
Cell Number
Vehicle Details
VIN/Chassis No.
Engine No.
Vehicle Reg. No.
Vehicle Make
Seated Capacity
}
No comments found
Comment Added By

Verification Checks

@*


*@
@foreach (var ct in Model.DocumentChecks) { }  

Verification Document 1 Viewer