[16.11.1] Added new themes for invoices, quotes, orders, receipts etc

If you want some information to be shown on document only if {{ title }} is Invoice, then you can use simple conditional block.

{% if title == 'Invoice' %}
This text will be shown only if title is "Invoice"
{% endif %}
2 Likes