{{ project.name }}

{% for m in modules %} {% if m == 'sound_monitoring' %} Sound Monitoring {% elif m == 'vibration_monitoring' %} Vibration Monitoring {% else %}{{ m }}{% endif %} {% set mstatus = (module_status or {}).get(m, 'active') %} {% if mstatus == 'completed' %} ✓ Done {% elif mstatus == 'on_hold' %} On hold {% endif %} {% endfor %}