{% load nearbeach_extras %} {% if active_projects_results %}
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 }} |
There are currently no active projects.
{% endif %}