Dear user, <br><br> It has been approved and received the PO for items of the quotation N°: {{ datosticket['ref'] }}. <br><br> SITE ID : {{ datosticket['idsite'] }} <br><br> SITE NAME : {{ datosticket['site_name'] }} <br><br> COMMENT: {{ comentario }} <br><br><br> <table border="1" style="border-collapse: collapse;width: 70%"> <tr> <th colspan="7" bgcolor="#08088A" style="text-align:center;color:#fff"> CORRECTIVE QUOTATION </th> </tr> <tr> <th bgcolor="#08088A" style="color:#fff"> ITEM </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> INFO REC </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> DESCRIPTION </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> AMOUNT </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> COST </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> TOTAL </th> <th bgcolor="#08088A" style="text-align:center;color:#fff"> PO </th> </tr> {%set totalS=0%} {% for Item in Items %} {%set totalS = totalS + Item.TOTAL %} <tr > <td align="center">{{ Item.ITEM}}</td> <td align="center">{{ Item.INFOREC }}</td> <td>{{ Item.DESCRIPCION }}</td> <td align="center">{{ Item.CANTIDAD}}</td> <td>$ {{ Item.PRECIO}}</td> <td>$ {{ Item.TOTAL|number_format(2, '.',',') }}</td> <td align="center">{{ Item.po}}</td> </tr> {% endfor %} <tr> <td colspan="5">TOTAL</td> <td>$ {{totalS|number_format(2, '.',',')}}</td> </tr> </table> <br><br> For more details, please go to PWM <br><br> PS: Please do not reply to this email.<br><br>