{% extends 'base.html' %} {% block content %}

Relationship


Update Relationship
{% if relationship.is_current %}
End Relationship
{% endif %}

Source

{{ relationship.source }}

Profile
{% if relationship.reverse %} {% endif %}

Target

{{ relationship.target }}

Profile

{% with relationship.current_answers as answer_set %} {% if answer_set is None %}
This relationship has ended. You can start it again by updating it.
{% else %} {% include 'people/includes/answer_set.html' %} {% endif %} {% endwith %} {% endblock %}