{{ t('gamification.ledger.subtitle') }}
{{ t('gamification.ledger.load_error') }}
{{ t('gamification.ledger.no_results') }}
{{ t('gamification.ledger.no_results_hint') }}
| {{ t('gamification.ledger.col_id') }} | {{ t('gamification.ledger.col_user') }} | {{ t('gamification.ledger.col_points') }} | {{ t('gamification.ledger.col_penalty') }} | {{ t('gamification.ledger.col_xp') }} | {{ t('gamification.ledger.col_reason') }} | {{ t('gamification.ledger.col_source') }} | {{ t('gamification.ledger.col_date') }} |
|---|---|---|---|---|---|---|---|
| {{ entry.id }} |
{{ entry.user_name }}
#{{ entry.user_id }}
|
{{ entry.points > 0 ? '+' : '' }}{{ entry.points }} | +{{ entry.penalty_change }} — | {{ entry.xp }} — |
{{ entry.reason }} |
{{ entry.source_type }}
#{{ entry.source_id }}
—
|
{{ formatDate(entry.created_at) }} |
{{ total }} {{ t('gamification.ledger.total_results') }} {{ entries.length }} {{ t('gamification.ledger.shown') }} ({{ t('gamification.ledger.filtered') }})