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

Relationships As Source

New Relationship {% for relationship in person.relationships_as_source.all %} {% empty %} {% endfor %}
Contact Name
{{ relationship.target }} Profile Relationship Detail
No known relationships

Relationships As Target

{% for relationship in person.relationships_as_target.all %} {% empty %} {% endfor %}
Contact Name
{{ relationship.source }} Profile Relationship Detail
No known relationships
{% endblock %}