{% 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 %}
{% include 'people/includes/answer_set.html' %}
{% if person.current_answers.location_set %}

{% endif %} {% endblock %}