CS2 FERJEE

Series Setup

VS

Recent Vetos

{{ v.teamA }} vs {{ v.teamB }} ({{ v.format }})
{{ v.log }}

Required Action

{{ currentStep.team }}'s Turn

{{ currentStep.action === 'BAN' ? 'BAN MAP' : currentStep.action === 'PICK' ? 'PICK MAP' : 'PICK SIDE' }}

Choose starting side on {{ getMapById(lastPickedMapId)?.name }}

{{ getMapPickNumber(map.id) }} {{ map.name }}

Banned {{ map.pickedBy ? `by ${map.pickedBy}` : '' }} Pick: {{ map.pickedBy }} Decider
{{ map.pickedBy === teamA ? teamB : teamA }} ({{ map.side }}) vs {{ map.pickedBy }} ({{ map.side === 'ct' ? 't' : 'ct' }})

HLTV Log

Waiting for vetos to start...

{{ log }}

Broadcast Log

No maps picked yet...

Map {{ idx + 1 }}: {{ m.name }} - {{ m.status === 'DECIDER' ? 'Decider' : `Picked by ${m.pickedBy}` }} ({{ m.pickedBy === teamA ? teamB : teamA }} as {{ m.side.toUpperCase() }}, {{ m.pickedBy }} as {{ m.side === 'ct' ? 'T' : 'CT' }})