@model Neo.LegitimateLicences.VerificationConsole.FinaliseVerificationModel @using Neo.Afx.ComponentModel @using Neo.Afx.Mvc @{ Layout = "~/Views/Shared/_LayoutBlank.cshtml"; }

Document verification complete

@if (Model.VerficationFailed) {

@Html.Raw(Model.RequestCorrectionMessage)

@*

#2019-01024_HB-0001
HAS BEEN SUBMITTED

*@ Verify the next application
} else {

All documents verified

@*

#2019-01024_HB-0001
HAS BEEN SUBMITTED

*@ Verify the next application
}