diff --git a/people/templates/people/person/includes/relationships_full.html b/people/templates/people/person/includes/relationships_full.html
index 6f5350d..4c647ce 100644
--- a/people/templates/people/person/includes/relationships_full.html
+++ b/people/templates/people/person/includes/relationships_full.html
@@ -1,36 +1,71 @@
-
People I've Answered Questions About
+
+
+
People I've Answered Questions About
-
-
-
- | Contact Name |
- |
-
-
+
+
+
+ | Contact Name |
+ |
+
+
-
- {% for relationship in person.relationships_as_source.all %}
-
- | {{ relationship.target }} |
-
- Profile
- Relationship Detail
- Update
- |
-
+
+ {% for relationship in person.relationships_as_source.all %}
+
+ | {{ relationship.target }} |
+
+ Profile
+ Relationship Detail
+ Update
+ |
+
- {% empty %}
-
- | No known relationships |
-
+ {% empty %}
+
+ | No known relationships |
+
- {% endfor %}
-
-
+ {% endfor %}
+
+
+
-
New Relationship
-
+
+
Organisations I've Answered Questions About
+
+
+
+
+ | Organisation Name |
+ |
+
+
+
+
+ {% for relationship in person.organisation_relationships_as_source.all %}
+
+ | {{ relationship.target }} |
+
+ Profile
+ Relationship Detail
+ Update
+ |
+
+
+ {% empty %}
+
+ | No known relationships |
+
+
+ {% endfor %}
+
+
+
+
\ No newline at end of file