{{ 'account.consumption' | translate }}

{{ 'account.consumption-description' | translate }}
@if (isTrial | async) { } @if (!inRaoApp) {
{{ 'account.knowledgeboxes' | translate }}
@if (account$ | async; as account) {
    @for (kb of kbs | async; track kb.id) {
  • {{ kb.title }} @if (kb.state === 'PRIVATE') { } @if (tokensCount?.[kb.id]; as tokens) { @if (tokens > 1) { ({{ tokens | number: '1.0-0' }} tokens) } }
  • }
}
} @if (totalQueries | async; as count) {
{{ 'account.total_queries' | translate }}
{{ 'metrics.period.last-30-days' | translate }}
{{ count.month | number }}
{{ 'metrics.period.last-12-months' | translate }}
{{ count.year | number }}
{{ 'metrics.period.since-creation' | translate }}
{{ count.sinceCreation | number }}
}