{{'quotas.name' | i18n}} {{'services.' + quota.name + '.icon' | i18n}} {{'services.' + quota.name + '.title' | i18n}} {{'quotas.value' | i18n}} @if (quota.disposable) { {{quota.value}} } {{'quotas.fixed_value' | i18n}} info @if (!quota.disposable) { {{quota.value}} } {{'quotas.unit' | i18n}} @if (quota.unit) { {{'quotas.unit.' + quota.unit | i18n}} } @if (!quota.unit) { # }