{% extends "global/Page.html" %} {% block title %} Vaccination {% endblock %} {% block content %}

Please tell us how much you disagree or agree with the following statements about getting yourself vaccinated.

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
1. Strongly disagree 2. Rather disagree 3. Neutral 4. Rather agree 5. Strongly agree 8. Don't know 9. Prefer not to say
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}