{{ activity.playerName || 'Teamkasse' }}
{{ typeLabel(activity.type) }} · {{ activity.date | date: 'dd.MM.yyyy' }}
@if (activity.note) {
{{ activity.note }}
}
{{ displayAmount(activity) | currency: 'EUR' }}
@if (canReverse(activity)) {
}