{{ project.name }}

{% for m in modules %} {% if m == 'sound_monitoring' %} Sound Monitoring {% elif m == 'vibration_monitoring' %} Vibration Monitoring {% else %}{{ m }}{% endif %} {% endfor %}
{% if project.data_collection_mode == 'remote' %} Remote {% else %} Manual {% endif %}
{% if 'sound_monitoring' in modules %} Generate Combined Report {% endif %}