@using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc @using System.Linq; @using Neo.Legitimate.Common; @{ var userSecurables = (Profile != null && ((Pilotfish.Afx.Security.UserProfile)Profile).Securables != null) ? ((Pilotfish.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @{ ViewBag.Title = "Default"; Layout = "~/Views/Shared/_ConsoleLayout.cshtml"; } @Html.Partial("Scripts/Console-Init") @Html.Partial("Scripts/Console-Events")