@using BTCPayServer.TagHelpers @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Controllers.RegisterFromAdminViewModel @{ ViewData.SetActivePage(ServerNavPages.Users, StringLocalizer["Create account"]); var canSendEmail = ViewData["CanSendEmail"] is true; }
@section PageFootContent {