Storage overview

@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) { } @else { } @if(consumptionTrendData.length) {
{{ estimatedTimeUntilFull }}
Estimated time until full
{{ averageDailyConsumption }}
Average consumption
}