👥
{{ tournament.participants_count }} players
🎯
{{ tournament.tournament_type.replace('_', ' ')|title }}
📅
{{ tournament.archived_at[:10] if tournament.archived_at != 'Unknown' else 'Unknown Date' }}
🏁
{{ 'Finished' if tournament.tournament_finished else 'Incomplete' }}