{% if projects %} {% for item in projects %}

{{ item.project.name }}

{% if item.project.client_name %}

Client: {{ item.project.client_name }}

{% endif %}
{% if item.project.status == 'active' %} Active {% elif item.project.status == 'completed' %} Completed {% elif item.project.status == 'archived' %} Archived {% endif %}
{{ item.location_count }} locations {{ item.unit_count }} units {{ item.active_session_count }} active
{% endfor %} {% else %}

No active sound monitoring projects

Create a project to get started

{% endif %}