54 lines
1.7 KiB
HTML
54 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<title>{{_.subject}}</title>
|
|
<meta charset="utf8"/>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<!-- Header block -->
|
|
{{$.header}}
|
|
<!-- Header block end -->
|
|
|
|
<!-- Title block -->
|
|
<div class="title">
|
|
<h1>{{_.title}}</h1>
|
|
</div>
|
|
<!-- Title block end -->
|
|
|
|
<!-- Mail body block -->
|
|
<div class="body">
|
|
<p>{{_.dear}}</p>
|
|
<p>{{_.bodyDescription}}</p>
|
|
<p>{{_.conclusion}}</p>
|
|
|
|
{{#isPreview}}
|
|
<a href="/print/manuscript/sepa-core/{{companyId}}/{{clientId}}/preview?token={{token}}" target="_blank" title="Ver adjunto">
|
|
<div class="attachment">
|
|
<div class="attachment-icon">
|
|
<img src="cid:default/preview.svg" alt="Ver adjunto"/>
|
|
</div>
|
|
<span>Ver adjunto</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a href="/print/manuscript/sepa-core/{{companyId}}/{{clientId}}?token={{token}}" target="_blank" title="Descargar adjunto">
|
|
<div class="attachment">
|
|
<div class="attachment-icon">
|
|
<img src="cid:default/download.svg" alt="Descargar adjunto"/>
|
|
</div>
|
|
<span>Descargar PDF</span>
|
|
</div>
|
|
</a>
|
|
{{/isPreview}}
|
|
</div>
|
|
<!-- Mail body block end -->
|
|
|
|
<!-- Footer block -->
|
|
{{$.footer}}
|
|
<!-- Footer block end -->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |