{% load helpers %}
{% with relationships=relationships_fields_override %}
{% if relationships.source or relationships.destination or relationships.peer %}
Relationships
{% include 'inc/relationships_table_rows.html' with relationships_data=relationships_fields_override %}