@using Microsoft.AspNet.Identity @model EnVisage.Models.ManageUserViewModel
You're logged in as @User.Identity.GetName().
@if (!Model.DomainUser ){ using (Html.BeginForm("Manage", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken()