|
115 | 115 | <p>{{invoiceAddress}}</p>
|
116 | 116 | <p>{{#i18n}}invoice.vat{{/i18n}} {{vatNr}}</p>
|
117 | 117 | <p class="strong">{{#i18n}}invoice.number{{/i18n}} {{ticketReservation.invoiceNumber}}</p>
|
118 |
| - <p>{{#i18n}}invoice.date{{/i18n}} {{#format-date}}{{confirmationDate}} dd MMM yyyy locale:{{#i18n}}locale{{/i18n}}{{/format-date}}</p> |
| 118 | + <p>{{#i18n}}invoice.date{{/i18n}} {{#format-date}}{{confirmationDate}} dd/MM/yyyy locale:{{#i18n}}locale{{/i18n}}{{/format-date}}</p> |
| 119 | + {{#isOfflinePayment}}<p class="strong">{{#i18n}}reservation-page-waiting.title [{{#format-date}}{{expirationDate}} {{#i18n}}datetime.pattern{{/i18n}} locale:{{#i18n}}locale{{/i18n}}{{/format-date}}]{{/i18n}}</p>{{/isOfflinePayment}} |
119 | 120 | </td>
|
120 | 121 | </tr>
|
121 | 122 | <tr class="mt">
|
122 | 123 | <td style="width:60%">
|
123 | 124 |
|
124 | 125 | </td>
|
125 | 126 | <td style="width:40%">
|
126 |
| - <p class="margin-bottom-line">{{#i18n}}invoice.to{{/i18n}}</p> |
127 | 127 | {{#ticketReservation.hasBillingAddress}}
|
128 | 128 | {{#ticketReservation.lineSplittedBillingAddress}}
|
129 | 129 | <p>{{.}}</p>
|
|
169 | 169 | </tfoot>
|
170 | 170 | </table>
|
171 | 171 |
|
172 |
| - <div class="small mb2" style="margin-top:1em"> |
| 172 | + <div class="small {{^isOfflinePayment}}mb{{/isOfflinePayment}}" style="margin-top:1em"> |
173 | 173 | <p class="strong">{{#i18n}}invoice.order-information{{/i18n}}</p>
|
174 | 174 | <p>{{ticketReservation.id}}</p>
|
175 | 175 | <p>{{#i18n}}invoice.buyer{{/i18n}} {{ticketReservation.fullName}} <{{ticketReservation.email}}></p>
|
176 | 176 | </div>
|
177 | 177 |
|
178 | 178 | {{#isOfflinePayment}}
|
179 |
| - <div class="small mb2" style="margin-top:1em"> |
180 |
| - <p class="strong">{{#i18n}}invoice.payment-instruction{{/i18n}}</p> |
181 |
| - <p>{{#i18n}}invoice.payment-instruction-no-later-than [{{#format-date}}{{expirationDate}} {{#i18n}}datetime.pattern{{/i18n}} locale:{{#i18n}}locale{{/i18n}}{{/format-date}}]{{/i18n}}</p> |
182 |
| - <p>{{#i18n}}invoice.account-number [{{bankAccountNr}}]{{/i18n}}</p> |
183 |
| - {{#hasBankAccountOnwer}} |
184 |
| - <p>{{#i18n}}invoice.payment-to{{/i18n}}</p> |
185 |
| - {{#bankAccountOnwerAsList}} |
186 |
| - <p style="padding-left:1em">{{.}}</p> |
187 |
| - {{/bankAccountOnwerAsList}} |
188 |
| - {{/hasBankAccountOnwer}} |
189 |
| - <p>{{#i18n}}invoice.payment-reason [{{paymentReason}}]{{/i18n}}</p> |
190 |
| - <p style="margin-top:1em">{{#i18n}}invoice.payment-contact [{{organization.email}}]{{/i18n}}</p> |
191 |
| - </div> |
| 179 | + <div class="mb" style="margin-top: 1em"> |
| 180 | + <p>{{#i18n}}invoice.payment-instruction-no-later-than [{{#format-date}}{{expirationDate}} {{#i18n}}datetime.pattern{{/i18n}} locale:{{#i18n}}locale{{/i18n}}{{/format-date}}]{{/i18n}}</p> |
| 181 | + <br/> |
| 182 | + <p class="strong">{{#i18n}}invoice.payment-instruction{{/i18n}}</p> |
| 183 | + <p>{{#i18n}}invoice.account-number [{{bankAccountNr}}]{{/i18n}}</p> |
| 184 | + {{#hasBankAccountOnwer}} |
| 185 | + <p style="margin-bottom:0.5em">{{#i18n}}invoice.payment-to{{/i18n}}</p> |
| 186 | + {{#bankAccountOnwerAsList}} |
| 187 | + <p style="padding-left:1em">{{.}}</p> |
| 188 | + {{/bankAccountOnwerAsList}} |
| 189 | + {{/hasBankAccountOnwer}} |
| 190 | + <p style="margin-top: 0.5em">{{#i18n}}invoice.payment-reason [{{paymentReason}}]{{/i18n}}</p> |
| 191 | + <p style="margin-top:0.5em">{{#i18n}}invoice.payment-contact [{{organization.email}}]{{/i18n}}</p> |
| 192 | + </div> |
192 | 193 | {{/isOfflinePayment}}
|
193 | 194 |
|
194 | 195 | <p>{{#i18n}}invoice.regards{{/i18n}}</p>
|
|
0 commit comments