@if( usedRaw !== null && totalRaw !== null && usedRawUnit && totalRawUnit) {
{{usedRaw}}
{{usedRawUnit}} of {{totalRaw}} {{totalRawUnit}} used
@if(threshold === 'high') {
High storage usage
}
@else if(threshold === 'critical') {
Capacity critically low
}
}
@else {
}
@if(isBreakdownLoaded) {