@model Neo.LegitimateLicences.Common.ViewModels.ResponsiveAppBaseModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using System.Linq; @using Neo.LegitimateLicences.Common; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @{ var profile = ((Neo.Afx.Security.UserProfile)Profile); } NLTIS > @ViewBag.Controller > @ViewBag.Page @*CSS Files*@ @*Core JS Files*@
@RenderSection("ConsoleScripts", false)
@RenderBody()
@RenderSection("ConsoleQuickSidebar", false)