salix/print/report/letter-debtor-st/index.html

41 lines
1.4 KiB
HTML
Raw Normal View History

2019-01-22 08:55:35 +00:00
<!DOCTYPE html>
<html lang="es">
<head>
<title>{{ $t('subject') }}</title>
</head>
<body>
<section class="container">
<!-- Header component -->
<email-header></email-header>
<!-- End header component -->
<section class="main">
<!-- Title block -->
<div class="title">
<h1>{{ $t('title') }}</h1>
</div>
<!-- Title block end -->
2019-02-20 08:29:14 +00:00
<p>{{ $t('sections.introduction.title') }},</p>
2019-01-22 08:55:35 +00:00
<p>{{ $t('sections.introduction.description') }}</p>
<p>{{ $t('checkExtract') }}</p>
<p>{{ $t('checkValidData') }}</p>
<p>{{ $t('payMethod') }}</p>
<p>{{ $t('conclusion') }}</p>
<p>
<div class="row">
<div class="text">{{bankName}}</div>
<div class="control">{{iban}}</div>
<div class="description">
<div class="line"><span>{{$t('transferAccount') }}</span></div>
</div>
</div>
</p>
</section>
<!-- Footer component -->
2019-02-05 06:58:05 +00:00
<email-footer :locale="locale"></email-footer>
2019-01-22 08:55:35 +00:00
<!-- End footer component -->
</section>
</body>
</html>