{{ 'dashboard-home.usage.title' | translate }}
@if (config.currentPeriod) {
@if (config.isSubscribed | async) {
({{ config.currentPeriod.start | date: 'MMM d, y' : 'UTC' }} -
{{ config.currentPeriod.end | date: 'MMM d, y' : 'UTC' }})
} @else {
- {{ config.currentPeriod.start | date: 'MMMM y' : 'UTC' }}
}
}
{{ currentChart.label | translate }}
@for (option of config.chartDropdownOptions; track option.id) {
{{ option.label | translate }}
}