{% if projects %} {% for item in projects %}
{% 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 %}
{{ item.project.description }}
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 %}
Client: {{ item.project.client_name }}
No projects found
Create your first project to get started