{% load nearbeach_extras %} {% if active_task_results %} {% for row in active_task_results %} {% endfor %}
Task Description End Date
TASK{{ row.task_id }} {% if not row.organisations_id == Null %} {{ row.organistaion_id }}

{% endif %} {{ row.task_short_description }}
{{ row.task_end_date }}
{% else %}

There are currently no active projects.

{% endif %}