@namespace AntDesign @inherits StatisticComponentBase @typeparam TValue @{ var SeparatedDecimal = SeparateDecimal(); }
@if (TitleTemplate != null)@TitleTemplate else @Title
@if (PrefixTemplate != null || Prefix != null) { @if (PrefixTemplate != null)@PrefixTemplate else @Prefix } @SeparatedDecimal.integerPart @if (!string.IsNullOrEmpty(SeparatedDecimal.fractionalPart)) { @SeparatedDecimal.fractionalPart } @if (SuffixTemplate != null || Suffix != null) { @if (SuffixTemplate != null)@SuffixTemplate else @Suffix }