👥
{{ tournament.participants_count }} players
🎯
{{ tournament.tournament_type.replace('_', ' ')|title }}
📅
{{ tournament.archived_at[:10] if tournament.archived_at != 'Unknown' else translations.messages.unknown_date if translations else 'Neznan Datum' }}
🏁
{{ (translations.tournament.finished if translations else 'Finished') if tournament.tournament_finished else (translations.scoring.in_progress if translations else 'Incomplete') }}