@inherits Dynamicweb.Rendering.RazorTemplateBase>

Create user profile

@{ var errors = GetLoop("FormValidationErrors"); if (errors.Count > 0) {

@Translate("Error_saving_profile", "Error saving profile")

} } @GetValue("UserManagement:User.FormStart")

@GetString("UserManagement:User.EmailAllowed.Activity.Name")

@GetString("UserManagement:User.EmailAllowed.Activity.Description")

@{ var groups = GetLoop("SelectableGroups"); if (groups.Count > 0) {
@foreach (var group in groups) {
}
} }
@GetValue("UserManagement:User.FormEnd")