@using System.Globalization @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.Models @using BTCPayServer.TagHelpers @using BTCPayServer.Views.Apps @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Plugins.Crowdfund.Models.UpdateCrowdfundViewModel @{ ViewData.SetActivePage(AppsNavPages.Update, "Update Crowdfund", Model.AppId); } @section PageHeadContent { } @section PageFootContent { }
The crowdfund will be visible to anyone.

Goal

Uses the store's default currency (@Model.StoreDefaultCurrency) if empty.

Contributions

Crowdfund Behavior

Additional Options