{{ block title }}Results{{ endblock }} {{ block content }} {% if player.id_in_group == 1 %}
You (Dictator) chose to keep {{ kept }} and give {{ given }}.
{% else %}The dictator kept {{ kept }} and gave you {{ given }}.
{% endif %}Your payoff: {{ player.payoff }}
{{ next_button }} {{ endblock }}