{% extends '../template.html' %} {% block content %}

Connect Customers

{{ opportunity_results.opportunity_name }}
{% csrf_token %}
Select one or multiple customers from the below list. Use the filter to filter the current list.
{{ connect_form.customers }}
{% endblock %}