@(Model.Info.CurrentAmount + Model.Info.CurrentPendingAmount) @Model.TargetCurrency
Raised
@(Model.Info.PendingProgressPercentage.GetValueOrDefault(0) + Model.Info.ProgressPercentage.GetValueOrDefault(0))%
Of Goal
@Model.Info.TotalContributors
Contributors
@if (Model.Started && !Model.Ended)
{
@TimeZoneInfo.ConvertTimeFromUtc(Model.EndDate.Value, TimeZoneInfo.Local)
Ends
} else if (!Model.Started)
{
@TimeZoneInfo.ConvertTimeFromUtc(Model.StartDate.Value, TimeZoneInfo.Local)
Starts
}else if (Model.Ended)
{
Campaign
not active
}