{#if state.game.last_rank_up_player_id}
๐ {displayName(state.players.find(p => p.id === state.game.last_rank_up_player_id))} won the rank-up vote!
{:else}
Voting complete. No one ranked up this time.
{/if}
{/if}
{#if state.game.phase === 'lobby'}
{:else if state.game.phase === 'character_creation' || state.game.phase === 'swap_techniques' || state.game.phase === 'assign_techniques'}
{:else if state.game.phase === 'scene_setup'}
{:else if state.game.phase === 'between_scenes' || state.game.phase === 'deep_upkeep'}
{:else if state.game.phase === 'recruit_creation'}
{:else if state.game.phase === 'ended'}
{:else}