{% load nearbeach_extras %} {% if active_group_opportunities %} {% for row in active_group_opportunities %} {% if row.organisation_id %} {% else %} {% endif %} {% if row.customer_id %} {% else %} {% endif %} {% endfor %}
Opportunity Name Organisation's Name Customer Name Opportunity Stage Expected Close Date
{{ row.opportunity_name }}{{ row.organisation_id.organisation_name }}-----{{ row.customer_id.customer_first_name }} {{ row.customer_id.customer_last_name }}-----{{ row.opportunity_stage_id.opportunity_stage_description }} {{ row.opportunity_expected_close_date }}
{% else %}

Sorry, there are no opportunities assigned to your group

{% endif %}