{% extends 'base.html' %} {% block extra_head %} {{ map_markers|json_script:'map-markers' }} {% load staticfiles %} {% endblock %} {% block content %}

{{ organisation }}


Update Organisation
{% if relationship %} Update Relationship {% else %} New Relationship {% endif %}
{% if relationship %}
End Relationship
{% endif %}

{% if answer_set.website %} {% endif %} {% if answer_set.countries %} {% endif %} {% if answer_set.hq_country %} {% endif %} {% for question, answers in question_answers.items %} {% endfor %} {% if answer_set is None %} {% endif %}
Question Answer
Website {{ answer_set.website }}
Countries {% for country in answer_set.countries %} {{ country.name }}{% if not forloop.last %},{% endif %} {% endfor %}
HQ Country{{ answer_set.hq_country.name }}
{{ question }} {{ answers }}
No answers

Last updated: {{ answer_set.timestamp }}



{% endblock %}