{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Round {{ subsession.round_number }}: Results {% endblock %} {% block content %}

{% if is_donor %} You have decided to donate your B unit in the event that your A unit fails. {% else %} You have decided not to donate your B unit in the event that your A unit fails. {% endif %}

{% if B_health %}

Your A unit has failed.

{% else %}

Your B unit has failed.

{% if is_receiver %}

You have received a B unit from a donor.

{% else %}

You are not allocated a B unit from a donor.

{% endif %} {% endif %}

This round of the game is over.

You have {{ payoff }} in your possession for this round.

{% next_button %} {% endblock %}