{% extends "sanza/_bs_section.html" %} {% load i18n sanza_utils %} {% block section_title %}{% trans "Relationships" %}{% endblock %} {% block section_data %}
{%trans "Same As"%} {% if c == contact.same_as.main_contact %} {% else %} {% endif %} | {% if c.entity.is_single_contact %}{{c.fullname}} | {% else %}{{c.fullname}} | {{ c.entity }} | {% endif %}{{c.get_roles|seq_to_dash|default:' '}} | {{c.get_phones|seq_to_br}} | {{c.get_email}} | ||
{{r.type_name}} | {% if r.contact.entity.is_single_contact %}{{r.contact.fullname}} | {% else %}{{r.contact.fullname}} | {{ r.contact.entity }} | {% endif %}{{c.get_roles|seq_to_dash|default:' '}} | {{r.contact.get_phones|seq_to_br}} | {{r.contact.get_email}} |