Dear Supplier,

{% 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 %}

The current progress of site {{ tickets[0]['sitio'] }} is at {{ porcentTotal }} % of activities assigned. Phase one of the VSS is now complete. {{ 'now'|date('m/d/Y') }}

Below are the defects identified and their current status. Please follow-up when phase two commences in order to complete VSS and close the site.

{% if activitiesFails|length > 0 %}

Activities findings or Unobservable pending corrections

{% for repuesto in activitiesFails %} {% 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 activitiesCorrected|length > 0 %}

Activities findings corrected during Virtual Punch walk

{% 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 comentario == true %}

NOTES : {{ comentario }}

{% endif %}

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