@using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Abstractions.Models @using Microsoft.AspNetCore.Mvc.TagHelpers @inject IFileService FileService @model IndexViewModel @{ ViewData.SetActivePage(ManageNavPages.Index, "Update your account"); var canUpload = await FileService.IsAvailable(); }