{% set defectTask = 0 %} {% set Unbservable = 0 %} {% if activitiesFails|length > 0 %} {% for row in activitiesFails %} {% if row.FAIL == 'YES' %} {% set defectTask = defectTask + 1 %} {% elseif( row.UNOBSActivity == 'YES') %} {% set Unbservable = Unbservable + 1 %} {% endif %} {% endfor %} {% endif %}

Dear Supplier,

{% if vpw == 0 %}VSS{% else %} VPW/VCOP{% endif %} on site {{ tickets[0]['sitio'] }} was completed on {{ 'now'|date('m/d/Y') }}. All activities have been completed. Please note during construction there were {{ defectTask+ activitiesCorrected|length }} defects noted by the RCM. All noted findings have been corrected at this time. Below is the summary of all findings noted throughout {% if vpw == 0 %}VSS{% else %} VPW/VCOP{% endif %} process. Please review with your teams and ensure they are aware of the standards and expectations for the scope of work performed.

{% if activitiesCorrected|length > 0 %}

List of defects corrected during {% if vpw == 0 %}VSS{% else %} VPW/VCOP{% endif %}

{% for repuesto in activitiesCorrected %} {% endfor %}
{{ 'TASKS' | trans }} {{ 'DATE' | trans }} {{ 'RCM' | trans }} {{ 'TYPE' | trans }} {{ 'COMMENT' | trans }}
{{ repuesto.estado }} {{ repuesto.DATE|date('m/d/Y') }}
{{ repuesto.RSS }}
{% if repuesto.FAIL == 'YES' %} DEFECT {% elseif( repuesto.UNOBSActivity == 'YES') %} UNOBSERVABLE {% endif %}
{{ repuesto.COMMENT }}
{% endif %} {% if vpw == 0 and (padre.certifyAlarm == true ) %}

The site certification result: {% if padre.certifyAlarm == 'Yes' %} Site Certified {% else %}Site NOT Certified{% endif %}

Certification Result Reason
Site Certified {{ padre.certifyAlarm }} {{ padre.reasonAlarm }}
{% endif %}

NOTES :

{{ comentario }}

For any question or clarification, please contact {{ app.user.email }} - {{ userData.telefono }}