@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; } @**@ Legiti-mate > @ViewBag.Controller > @ViewBag.Page @Html.Partial("_Urls") @* Signalr Start *@ @* Signalr End *@
@if (Request.IsAuthenticated) { }
@RenderBody()

@Html.Partial("Templates/_WorkflowLanderPickerTemplates") @if (Request.IsAuthenticated || ViewBag.Controller == "Authentication") { }