{{ block title }} Make a cocktail! {{ endblock }} {{ block content }} {{ if player.id_in_group >= 2}}

Player 1 chose {{ group.mixer }}.

{{ endif }} {{ if player.id_in_group >= 3}}

Player 2 chose {{ group.liqueur }}.

{{ endif }} {{ formfields }} {{ next_button }} {{ endblock }}