@model Neo.Legitimate.VerificationConsole.Models.VerificationModel @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/Verification-Init") @Html.Partial("Scripts/Verification-Events") @{ var detailTab = ""; if (Model.AppOrLir == "APP") { detailTab = "Application Details"; } else if (Model.AppOrLir == "LIR") { detailTab = "Licence Issue Details"; } else { detailTab = "Licence Upliftment Extention Details"; } }
@if (Model.AppOrLir == "APP") {
Applicant Details
Name
Tax Reference No.
Proxy Name
ID/Business Reg. No.
Proxy ID Number
Cell Number
Association Name
Physical Address
Physical Address Code
Postal Address
Postal Address Code
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
Standing Capacity
} else if (Model.AppOrLir == "LIR") {
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
Standing Capacity
} else {
Licence Upliftment Extension Details
Name
Tax Reference No.
ID/Business Reg. No.
Cell Number
}
No comments found
Comment Added By
@{ var documentNumber = 0; foreach (var document in Model.DocumentsAwaitingVerification) {

Verifying @document.Description



documentNumber++; } }  

Verification Document 1 Viewer