{{ block title }} Examples {{ endblock }} {{ block content }} Example 1:

Imagine that Participant a {{ if player.role == 'a' }} (You) {{ endif }} has chosen Field A, Participant b {{ if player.role == 'b' }} (You) {{ endif }} has chosen Field B, and Participant c {{ if player.role == 'c' }} (You) {{ endif }} has chosen Field C. Then:

{{ if group.lumpsum }} {{ else }} {{ endif }}


Example 2:

Imagine that participant a {{ if player.role == 'a' }} (You) {{ endif }} has chosen Field C, Participant b {{ if player.role == 'b' }} (You) {{ endif }} has chosen Field C, and Participant c {{ if player.role == 'c' }} (You) {{ endif }} has chosen Field C. Then:

{{ if group.lumpsum }} {{ else }} {{ endif }}

{{ next_button }} {{ endblock }}