<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %>

User Profile

<% Html.ValidationSummary("Please correct the errors and try again"); %> <% using (Html.BeginForm()) { %>

User Account

<%: Html.Label("Email Address:") %> <%: Model.Email %> <%: Html.HiddenFor(x => x.Email) %>

<% =Html.EditorFor(m => m, "UserState")%> <% =Html.EditorFor(m=>m, "UserTop") %> <% =Html.EditorFor(m => m, "UserContactPoints")%> <% if (Model.AllRoles.Contains(AppUserRoleType.FacilitySubmitter) && Model.IsElectronicSigVerified && !Model.HasFiveUniqueQuestionsAndAnswers()) { %> <% Html.RenderPartial("UserQuestions", Model); %> <% } %>

Cancel

<%} %>