{% set title = 'Proposta LTEC' %}<!doctype html><head> <title>{{ title }}</title> <meta charset="UTF-8"> <style type="text/css" media="screen,print"> body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .box-title { font-size: 18px; font-weight: bold; text-transform: uppercase; } .box-title{ padding: 0; margin: 0; padding-bottom: 5px; } .nostrong{ font-weight: lighter !important; } .align-left{ text-align: left; } .alight-right{ text-align: right; } .box-subtitle { text-align: center; } table { width: 100%; border: 0px; } .logo { position: relative; /*top: 20mm;*/ /*left: 20px;*/ } </style></head><body><header> <table cellspacing="0" cellpadding="0" id="headerLtecFull" class="headerLtecFull" border="0"> <tr> <td colspan="5"> <p style="text-align:left;""> <img src="{{ basedir ~ asset(franquia_model.getLogo()) }}" width="280" class="logo" alt="" style="padding-bottom: 5px;"/> </p> <div style="text-align:right;font-size:12px;position:absolute; top:10px; right:0px;"> <b>FOR 7.1.02 - Ordem de Serviço</b><br/> DATA DE EMISSÃO: {{ os.proposta.updatedAt|date('d/m/Y') }}<br/> DATA DE ATUALIZAÇÃO: 18/03/2024<br/> VERSÃ0: 01<br/> VIGÊNCIA: 18/03/2026 </div> </td> </tr> <tr> <td> <p class="box-title alight-left"> CONTATO<br/> <span class="nostrong" style="font-size:14px;">{{ os.proposta.destinatarioNome }}</span><br/> </p> </td> <td> <p class="box-title alight-left"> EMAIL<br/> <span class="nostrong" style="font-size:14px;">{{ os.proposta.destinatarioEmail }}</span><br/> </p> </td> <td> <p class="box-title alight-left"> TELEFONE<br/> <span class="nostrong" style="font-size:14px;">{{ os.proposta.destinatarioTelefone }}</span><br/> </p> </td> <td> <p class="box-title alight-left"> OS<br/> <span class="nostrong" style="font-size:14px;"> {{ os.proposta.numero|strpad(4,'0') ~ '/' ~ os.proposta.anoProposta }} {% if os.proposta.numRevisao > 0 %} (V{{ os.proposta.numRevisao }}) {% endif %} </span><br/> </p> </td> <td> <p class="box-title alight-left"> DATA<br/> <span class="nostrong" style="font-size:14px;">{{ os.proposta.updatedAt|date('d/m/Y') }}</span> </p> </td> </tr> <tr><td colspan="5"><hr style="padding-top: 0;margin-top: 0;"></td></tr> </table></header></body>