{{ block title }}
Result this round
{{ endblock }}
{{ block content }}
This is round {{player.round_number}}
Your payoff for this round is {{player.profit_round}}
Total money in your bank {{player.profit_total}}
{% comment %} check how to use if to prevent display of null {% endcomment %}
Feedback is {{player.feedback}}
{{ endblock }}