generated from pagopa/pagopa-functions-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from pagopa/fix-partials
fix: updated partials
- Loading branch information
Showing
2 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
<section class="notice-poste-payment-data {{#if compact}}compact{{/if}}"> | ||
<div class="header-bollettino-postale unique-separator"> | ||
<div class="title"> | ||
<h3 class="small-caps-title">Bollettino postale PA</h3> | ||
</div> | ||
<div class="logo-and-date"> | ||
<img class="logo-bancoposta" src="assets/poste/banco-posta.svg" alt="BancoPosta"/> | ||
{{#if showCurrentInstalment}} | ||
<p class="h4">Rata {{add @index 1}} entro {{expiryDate}}</p> | ||
{{else}} | ||
{{#if subtitle}} | ||
{{{subtitle}}} | ||
{{else}} | ||
{{#if expiryDate}} | ||
<p class="h4">Rata unica entro {{expiryDate}}</p> | ||
{{else}} | ||
<p class='h4'>Rata unica</p> | ||
{{/if}} | ||
{{/if}} | ||
{{/if}} | ||
<img class="poste-scissors" src="assets/poste/scissors.svg" aria-hidden="true"/> | ||
</div> | ||
<div class="header-bollettino-postale unique-separator"> | ||
<div class="title"> | ||
<h3 class="small-caps-title">Bollettino postale PA</h3> | ||
</div> | ||
<div class="logo-and-date"> | ||
<img class="logo-bancoposta" src="assets/poste/banco-posta.svg" alt="BancoPosta" /> | ||
{{#if showCurrentInstalment}} | ||
<p class="h4">Rata {{add @index 1}} entro {{expiryDate}}</p> | ||
{{else}} | ||
{{#if subtitle}} | ||
{{{subtitle}}} | ||
{{else}} | ||
<p class="h4">Rata unica entro {{expiryDate}}</p> | ||
{{/if}} | ||
{{/if}} | ||
<img class="poste-scissors" src="assets/poste/scissors.svg" aria-hidden="true" /> | ||
</div> | ||
</div> | ||
|
||
{{> paymentBollettino }} | ||
{{> paymentBollettino }} | ||
|
||
</section> | ||
</section> |