Dear Sirs,

Your payment for invoice No. {$invoice.number|escape} issued by {$company.name|escape} has been received.

Thank you!

Invoice No.: {$invoice.number|escape}
Amount: {wa_currency($invoice.amount, $invoice.currency_id)}
Invoice date: {$invoice.invoice_date|wa_date}

Invoice items:

    {foreach $invoice.items as $item}
  1. {$item.name|escape} x {$item.quantity}
  2. {/foreach}

Link to view invoice online:
{$link}

–-
{$wa->accountName()|escape}
{$wa->domainUrl()}