{% load nearbeach_extras %} {% if active_opportunities %} {% for row in active_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_name }}------{{ row.customer_first_name }} {{ row.customer_last_name }}-----{{ row.opportunity_stage_description }} {{ row.opportunity_expected_close_date }}
{% else %}

Sorry, there are no opportunities assigned to your group

{% endif %}