@page @using StudentHouseDashboard.Models; @model WebApp.Pages.RegisterModel @{ ViewData["Title"] = "Register"; }

@ViewData["Title"]

@if (ViewData["confirm"] != null) { }
@if (HttpContext.User.IsInRole("ADMIN") || HttpContext.User.IsInRole("MANAGER")) { @:
@:
}