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

{{ person.name }}

{% if person.user != request.user %}
{% if relationship %} Update Relationship {% else %} Add Relationship {% endif %}
{% if relationship %}
End Relationship
{% endif %}
{% endif %}
{% if person.user != request.user and request.user.is_superuser %}
NB: You are able to see the details of this person because you are an admin. Regular users are not able to see this information for people other than themselves.
{% endif %} {% include 'people/includes/answer_set.html' %} Update {% load hijack %} {% if person.user == request.user and not request.user.is_hijacked %} Account Details {% endif %} {% if request.user.is_superuser and person.user and person.user != request.user %}
{% csrf_token %}
{% endif %}
{% if person.current_answers.location_set %}

{% endif %} {% include 'people/person/includes/relationships_full.html' %}
{% include 'people/person/includes/activities_full.html' %}
{% endblock %}