{% extends "global/Page.html" %} {% block title %}

Decision Result

Round {{ round_number }}

{% endblock %} {% block content %}

Member
{{player.participant.Ana_fname_Mmb1}}-II {% if player.participant.parent_id == player.participant.Ana_Mmb1_id %}
(You)
{% else %}
(Not You)
{% endif %}
{{player.participant.Ana_fname_Mmb2}}-II {% if player.participant.parent_id == player.participant.Ana_Mmb2_id %}
(You)
{% else %}
(Not You)
{% endif %}
{{player.participant.Ana_fname_Mmb3}}-II {% if player.participant.parent_id == player.participant.Ana_Mmb3_id %}
(You)
{% else %}
(Not You)
{% endif %}
Endowment {{player.participant.Ana_Edmt_Mmb1}} ECUs {{if player.participant.Ana_Edmt_Mmb1 == 30 }}(H){{else}}(L){{endif}} {{player.participant.Ana_Edmt_Mmb2}} ECUs {{if player.participant.Ana_Edmt_Mmb2 == 30 }}(H){{else}}(L){{endif}} {{player.participant.Ana_Edmt_Mmb3}} ECUs {{if player.participant.Ana_Edmt_Mmb3 == 30 }}(H){{else}}(L){{endif}}
Contribution {{Ana_Ctbt_Mmb1}} ECUs {{Ana_Ctbt_Mmb2}} ECUs {{Ana_Ctbt_Mmb3}} ECUs


You were assigned a total of {{player.participant.Ana_punishpoints_received}} point(s) by other group members in this round.
(20 indicates the most disapproval, 0 indicates the least disapproval)
Your earning in this round is {{ player.payoff }} ECU(s).


{% endblock %}