We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d51152 commit b5ebf74Copy full SHA for b5ebf74
weblate_web/invoices/templates/invoice-template.html
@@ -96,7 +96,7 @@ <h2>Issued by</h2>
96
{% endif %}
97
</tbody>
98
<tfoot>
99
- {% if invoice.vat_rate %}
+ {% if invoice.vat_rate and invoice.is_final %}
100
<tr>
101
<td>Exchange rate for VAT</td>
102
<td></td>
@@ -223,7 +223,7 @@ <h2>Issued by</h2>
223
224
225
226
- {% if not invoice.is_draft %}This is a computer-generated invoice; signature not required.{% endif %}
+ {% if invoice.is_final %}This is a computer-generated invoice; signature not required.{% endif %}
227
</p>
228
<table id="details">
229
<tbody>
0 commit comments