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

Organisation Relationship


Source

{{ relationship.source }}

Profile

Target

{{ relationship.target }}

Profile

Update {% with relationship.current_answers as answer_set %} {% for answer in answer_set.question_answers.all %} {% empty %} {% endfor %}
Question Answer
{{ answer.question }} {{ answer }}
No records
Last updated: {{ answer_set.timestamp }} {% endwith %} {% endblock %}