{% extends "balafon/_bs_section.html" %} {% load i18n balafon_utils %} {% block section_title %}{% trans "Relationships" %}{% endblock %} {% block section_data %}
{{ same_as_contact.same_as_priority }} {% trans "Same As" %} | {% if same_as_contact.entity.is_single_contact %}{{same_as_contact.fullname}} | {% else %}{{same_as_contact.fullname}} {% if has_left %}{% trans "has left" %}{% endif %} | {{ same_as_contact.entity }} | {% endif %}{{same_as_contact.get_roles|seq_to_dash|default:' '}} | {{same_as_contact.get_phones|seq_to_br}} | {{same_as_contact.get_email}} | ||
{{relationship.type_name}} | {% if relationship.contact.entity.is_single_contact %}{{relationship.contact.fullname}} | {% else %}{{relationship.contact.fullname}} {% if has_left %}{% trans "has left" %}{% endif %} | {{ relationship.contact.entity }} | {% endif %}{{relationship.contact.get_roles|seq_to_dash|default:' '}} | {{relationship.contact.get_phones|seq_to_br}} | {{relationship.contact.get_email}} |