{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% block content %}
{% if player.role_round1 == 'A' %}
{% if player.contribution_dp == 5 or player.contribution_dp == 10 %}
You sent the other participant §{{player.contribution_dp}}. This amount was multiplied by 4, so Player B received §{{player.contribution_4x}}.
You sent §0 to the other participant. As a result, Player B did not receive any money.