{{ block title }} COVID and Flu {{ endblock }} {{ block content }}
Were you eligible to get the flu vaccine in the LAST FLU SEASON?
{{ formfield 'flu_eligible' }}

Did you get the flu vaccine in the LAST FLU SEASON?
{{ formfield 'flu_vac' }}

What is your COVID-19 vaccine status?
{{ formfield 'covid_vaxx_status' }}

How many shots of COVID-19 vaccine did you get?
{{ formfield 'covid_shots' }}

Have you, your immediate family, and/or your friends been tested for coronavirus (COVID-19)?
{{ formfield 'contracted_covid' }}

How well or badly do you think the Government handled the issue of the Coronavirus?
{{ form.gov_handling }} {% if form.gov_handling.errors %}
{{ form.gov_handling.errors }}
{% endif %}


How much confidence did you have in the NHS to respond to the Coronavirus outbreak in the UK?
{{ form.nhs_confidence }} {% if form.nhs_confidence.errors %}
{{ form.nhs_confidence.errors }}
{% endif %}


How much do you trust COVID-19 vaccines?
{{ form.vaccine_trust }} {% if form.vaccine_trust.errors %}
{{ form.vaccine_trust.errors }}
{% endif %}

{{ endblock }}