{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Round Earnings
{% endblock %}
{% block content %}
{% if player.round_number == 1 %}
Your points for Block {{ player.current_block }} Round {{ player.block_round }} is: {{ player.payoff }}
{% endif %}
{% if player.round_number < 5 and player.round_number > 1 %}
Your points for Block {{ player.current_block }} Round {{ player.block_round }} is:
{{ player.payoff }}
Explanation of points earned: {{ player.decision_points }} Points earned - {{ player.verify_cost }} Points cost for verification of message accuracy in the round
Explanation of points earned: {{ player.decision_points }} Points earned - {{ player.verify_cost }} Points cost for verification of message accuracy in the round - {{ player.end_verify_cost }} Points cost for verification of message accuracy in round 1 of the block - {{ player.replace_cost }} Points cost for partner replacement
{% if player.round_number > 10 %} Your points for Block {{ player.current_block }} Round {{ player.block_round }} is: {{ player.payoff }}Explanation of points earned: {{ player.decision_points }} Points earned - {{ player.verify_cost }} Points cost for verification of message accuracy in the round