+
{{ $t('admin.userStatistics.title') }}
+
+
+ {{ $t('general.loading') }}...
+
+
+
+ {{ error }}
+
+
+
+
+
+
{{ $t('admin.userStatistics.totalUsers') }}
+
{{ statistics.totalUsers }}
+
+
+
+
+
{{ $t('admin.userStatistics.genderDistribution') }}
+
+
+
{{ $t(`gender.${gender}`) }}
+
+
{{ count }} ({{ getGenderPercentage(count) }}%)
+
+
+
+
+
+
+
{{ $t('admin.userStatistics.ageDistribution') }}
+
+
+
{{ ageGroup }}
+
+
{{ count }} ({{ getAgePercentage(count) }}%)
+
+
+
+
+
+