{{ block title }} {{ endblock }} {{ block content }} {{ if player.flu_vac == 1 }}
Why did you get the flu vaccine? (Select all appropriate responses)

{{ elif player.flu_vac == 2 }}
Why did you not get the flu vaccine? (Select all appropriate responses)

{{ endif }} {{ if player.covid_shots >= 1 }}
Why did you get the COVID-19 vaccine? (Select all appropriate responses)

{{ elif player.covid_shots == 0 }}
Why did you not get the COVID-19 vaccine? (Select all appropriate responses)

{{ endif }}
{{ endblock }}