{% load nearbeach_extras %} {% if active_projects_results %} {% for row in active_projects_results %} {% endfor %}
Project Description End Date
PRO{{ row.project_id }} {% if not row.organisations_id == None %} {{ row.organisations_id }}

{% endif %} {{ row.project_name }}
{{ row.project_end_date }}
{% else %}

There are currently no active projects.

{% endif %}