0" class="mr-1 text-success">+
-
@if (isPercent) {
@if (value === null) {
*****%
} @else {
{{ formattedValue }}%
}
} @else {
@if (value === null) {
*****
} @else {
{{ formattedValue }}
}
}
@if (unit) {
{{ unit }}
{{ unit }}
}
@if (isString) {
{{ formattedValue }}
}