@model Neo.LegitimateLicences.Applications.AdjudicationModel_AwaitingAdjudicationPanel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common; @using System.Linq; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @if (SecurityHelper.UserHasRole(((UserProfile)Profile).Roles, Neo.LegitimateLicences.Common.RoleEnum.AdjudicationSecretary)) { }
@if (SecurityHelper.UserHasRole(((UserProfile)Profile).Roles, Neo.LegitimateLicences.Common.RoleEnum.AdjudicationSecretary)) {
Adjudications awaiting panel members





There are no adjudications awaiting panel members at the moment.
}