@for (facet of facets$ | async; track facet.key) { {{ t("facets." + facet.key) }} @if (facet.filter?.length) { @for (agg of facet.aggregations; track agg.value) { {{ agg.label }} {{ agg.count | number }} } } @else { @for (agg of facet.aggregations; track agg.value) { {{ agg.label }} {{ agg.count | number }} } } }
{{ t("torrents.order_by") }} @for (option of orderByOptions; track option.field) { {{ t("dashboard.queues." + option.field) }} }