{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Vaccination Decision
{% endblock %}
{% block content %}
{% formfield player.decision label="Do you choose to get vaccinated or not get vaccinated?" %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}