{{ extends 'global/Page.html' }} {{ block title }}Choose variant{{ endblock }} {{ block content }}
| Left | Right |
| ${{ player.avg_sides }} with probability 1 | ${{ player.right_side }} with probability {{ player.prob_right }} |
| or | |
| ${{ player.left_side }} with probability {{ player.prob_left }} |