+
+ {{ t('admin.groups.accountsAvailable') }}
+ {{ (row.active_account_count || 0) - (row.rate_limited_account_count || 0) }}
+ {{ t('admin.groups.accountsUnit') }}
+
+
+ {{ t('admin.groups.accountsRateLimited') }}
+ {{ row.rate_limited_account_count }}
+ {{ t('admin.groups.accountsUnit') }}
+
+
+ {{ t('admin.groups.accountsTotal') }}
+ {{ row.account_count || 0 }}
+ {{ t('admin.groups.accountsUnit') }}
+
+
+