{% if answer_set.country_of_residence %} {% endif %} {% if answer_set.organisation %} {% endif %} {% for question, answers in question_answers.items %} {% endfor %} {% if answer_set is None %} {% endif %}
Question Answer
Country of Residence{{ answer_set.country_of_residence.name }}
Organisation{{ answer_set.organisation }}
{{ question }} {{ answers }}
No answers

Last updated: {{ answer_set.timestamp }}