home

Browse documentation

ezyVet Knowledge Center

Get access to documentation, training, and other high-quality resources.

Template variables for invoice comments

ezyVet has dedicated template variables that you can use to show comments in printed invoices.

This table gives template variables of the classic template system for invoice comments:
Template variableFunction
{InvoiceComment}Shows the content of the Comments box of the invoice.
{InvoiceComments}Shows all comments of the Comments section of the invoice.
Note: This variable shows all public comments and all private comments.
{InvoiceCommentsInternal}Shows only private comments of the Comments section of the invoice.
{InvoiceCommentsPublic}Shows only public comments of the Comments section of the invoice.
This table gives template variables of the Twig template system for invoice comments:
Template variableFunction
{{ invoice.Comments }}Shows all comments of the Comments section of the invoice.