@model Neo.LegitimateLicences.Applications.CashupModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @**@ @if (SecurityHelper.UserHasAccessToSecurable(userSecurables, SecurableEnum.CashupModule)) {
No outstanding cash ups
} @**@