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

{{ organisation }}


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

{% include 'people/includes/answer_set.html' %}
{% if organisation.current_answers.location_set %}

{% endif %}
{% endblock %}