| Question | Answer |
|---|---|
| Nationality | {{ answer_set.nationality.name }} | {% endif %} {% if answer_set.country_of_residence %}
| Country of Residence | {{ answer_set.country_of_residence.name }} |
| Organisation | {{ answer_set.organisation }} |
| Organisation Started Date | {{ answer_set.organisation_started_date }} |
| Job Title | {{ answer_set.job_title }} |
| Project Themes | {% for theme in answer_set.themes.all %} {{ theme }}{% if not forloop.last %}, {% endif %} {% endfor %} |
| {{ answer.question }} | {{ answer }} |
| No records |
Last updated: {{ answer_set.timestamp }}