@addTagHelper *, BundlerMinifier.TagHelpers @using Microsoft.AspNetCore.Mvc.ModelBinding @using BTCPayServer.Views @model WalletSendModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Send); } @if (TempData.HasStatusMessage()) {