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

This is the first round. You do not have a Senior. So you do not have any voucher as inheritance.

{% else %}

You{% if inherit_voucher %} have inherited {% else %} did not inherit {% endif %}a voucher from your Senior.

{% endif %}

In the event that your A unit fails, would you like to donate your B unit to other players in your group?

Noted that if you say "yes", you will incur a cost of {{ cost }} and get a priority voucher.

{% formfield player.designate_junior label="" %} {% next_button %} {% endblock %}