{% extends "sanza/_section.html" %} {% load i18n sanza_utils %}{% load url from future %} {% block section_title %}{% trans "Same As" %}{% endblock %} {% block section_data %} {% if same_as %} {% for c in same_as %} {% with c.has_left as has_left %} {% if c.entity.is_single_contact %} {% else %} {% endif %} {% endwith %} {% endfor %}
  {% trans "Name" %} {% trans "Entity" %} {% trans "Role" %} {% trans "Phone" %} {% trans "Email" %}
{% if c == contact.same_as.main_contact %}{% endif %}{{c}}{{c}} {{ c.entity }}{{c.get_roles|seq_to_dash|default:' '}} {{c.get_phones|seq_to_br}} {{c.get_email}}
{% endif %} {% endblock %} {% block section_action %} {% trans "Same As" %} {% endblock %}