{% load nearbeach_extras %} {% if active_opportunities %}
Opportunity Name | Organisation's Name | Customer Name | Opportunity Stage | Expected Close Date | ||
{{ row.opportunity_name }} | {% if row.organisation_id %}{{ row.organisation_name }} | {% else %}------ | {% endif %} {% if row.customer_id %}{{ row.customer_first_name }} {{ row.customer_last_name }} | {% else %}----- | {% endif %}{{ row.opportunity_stage_description }} | {{ row.opportunity_expected_close_date }} |
Sorry, there are no opportunities assigned to your group
{% endif %}