{% extends "global/Page.html" %} {% load otree static %} {% comment %} Vaccination Decision for current round {% endcomment %} {% block title %} Vaccination Decision: Round {{subsession.round_number}} of {{Constants.num_rounds}} {% endblock %} {% block content %}

Please decide now whether you want to get vaccinated or not.

{% formfield player.decision %} {% comment %} click one of two radiobuttons to decide for or against vaccination. {% endcomment %} {% comment %} label is defined in pages.py > decision. {% endcomment %} -->

Please click "Next" button to submit your decision.

{% next_button %} {% endblock %}