{{ project.name }}

{% if project_type %} {{ project_type.name }} {% else %} Project {% endif %}

{% if project.status == 'active' %} Active {% elif project.status == 'completed' %} Completed {% elif project.status == 'archived' %} Archived {% endif %}
{% if project.description %}

{{ project.description }}

{% endif %}

Locations

{{ locations | length }}

Assigned Units

{{ assigned_units | length }}

Active Sessions

{{ active_sessions | length }}

Completed Sessions

{{ completed_sessions_count }}

{% if project_type and project_type.id == 'sound_monitoring' %} NRLs {% else %} Locations {% endif %}

Upcoming Actions

{% if upcoming_actions %}
{% for action in upcoming_actions %}

{{ action.action_type }}

{{ action.scheduled_time|local_datetime }} {{ timezone_abbr() }}

{% if action.description %}

{{ action.description }}

{% endif %}
{% endfor %}
{% else %}

No scheduled actions.

{% endif %}