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
+ + + + + + - - {% for relationship in person.relationships_as_source.all %} - - - - + + {% for relationship in person.relationships_as_source.all %} + + + + - {% empty %} - - - + {% empty %} + + + - {% endfor %} - -
Contact Name
{{ relationship.target }} - Profile - Relationship Detail - Update -
{{ relationship.target }} + Profile + Relationship Detail + Update +
No known relationships
No known relationships
+ {% endfor %} + + +
-New Relationship - +
+

Organisations I've Answered Questions About

+ + + + + + + + + + + {% for relationship in person.organisation_relationships_as_source.all %} + + + + + + {% empty %} + + + + + {% endfor %} + +
Organisation Name
{{ relationship.target }} + Profile + Relationship Detail + Update +
No known relationships
+
+
\ No newline at end of file