salix/services/mailer/application/template/printer-setup/index.html

68 lines
2.2 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>{{{_.followGuide}}}</p>
<p>{{{_.downloadFrom}}}</p>
<h1>{{_.sectionQLabelTitle}}</h1>
<p>{{_.sectionQLabelDescription}}</p>
<ol>
<li>{{_.sectionQLabelStep1}}</li>
<li>{{_.sectionQLabelStep2}}</li>
<li>{{_.sectionQLabelStep3}}</li>
<li>{{{_.sectionQLabelStep4}}}</li>
<li>{{_.sectionQLabelStep5}}</li>
<li>{{_.sectionQLabelStep6}}</li>
<li>{{_.sectionQLabelStep7}}</li>
<li>{{_.sectionQLabelStep8}}</li>
<li>{{{_.sectionQLabelStep9}}}</li>
<li>{{_.sectionQLabelStep10}}</li>
<li>{{_.sectionQLabelStep11}}</li>
<li>{{_.sectionQLabelStep12}}</li>
<li>{{_.sectionQLabelStep13}}</li>
<li>{{_.sectionQLabelStep14}}</li>
<li>{{_.sectionQLabelStep15}}</li>
</ol>
<h1>{{_.sectionHelpTitle}}</h1>
<p >{{_.sectionHelpDescription}}</p>
<p>{{{_.sectionHelpDownloadRemoteSupport}}}</p>
<p>
{{{salesPersonName}}}
{{{salesPersonPhone}}}
{{{salesPersonEmail}}}
</p>
</div>
<!-- Mail body block end -->
<!-- Footer block -->
{{$.footer}}
<!-- Footer block end -->
</div>
</div>
</body>
</html>