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