@model Neo.LegitimateLicences.ApplicationRequest.ApplicationRequestDashboardModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common;
@Html.Partial("Console.PageHeader")

@if (Model.ApplicationFailedDocumentChecks.Count() > 0) {

Failed Document Checks

}

@if (Model.TagsRequiringReviewIsVisible) {
@if (Model.ViewTagsLinkIsVisible) { Click here to view all the tags that have been reviewed for this application.
} else { if (Model.ManageTagsIsVisible) { @Html.Raw("This application has been escalated to you and the following tags will have to be reviewed before the application is returned to the originator:"); } else { @Html.Raw("The application will have to be escalated as the following tags require review before it can be processed further:"); } }

@if (Model.ManageTagsIsVisible) { Click here to update the tags requiring review. }
} @if (Model.TagEditorIsVisible) {
@if (Model.CanAddTags) {
}
} @if (Model.HasParentApplication) {
}