Connect Customer
Connect Organisation
{% if customer_connection_results %}
Customer Connections {% if opportunity_permission == 4 %} {% endif %} {% for row in customer_connection_results %} {% if opportunity_permission == 4 %} {% endif %} {% endfor %}
Customer First Name Customer Last Name Organisation
{{ row.customer_first_name }} {{ row.customer_last_name }} {{ row.organisation_id }} Delete
{% endif %} {% if organisation_connection_results %}
Organisation Connections {% if opportunity_permission == 4 %} {% endif %} {% for row in organisation_connection_results %} {% if opportunity_permission == 4 %} {% endif %} {% endfor %}
Organisation Name Organisation Website Organisation Email
{{ row.organisation_name }} {{ row.organisation_website }} {{ row.organisation_email }} Delete
{% endif %}