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

{{ item.project.name }}

{% if item.project_type %} {% if item.project_type.id == 'sound_monitoring' %} {% elif item.project_type.id == 'vibration_monitoring' %} {% else %} {% endif %} {{ item.project_type.name }} {% endif %}

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

{{ item.project.description }}

{% endif %}

Locations

{{ item.location_count }}

Units

{{ item.unit_count }}

Active

{% if item.active_session_count > 0 %} {{ item.active_session_count }} {% else %} {{ item.active_session_count }} {% endif %}

{% if item.project.client_name %}

Client: {{ item.project.client_name }}

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

No projects found

Create your first project to get started

{% endif %}