{if $Address}
{$Address->getDisplay()}
{/if}
{locale group="quiqqer/invoice-accounting-template" var="body.id"}: {$this->getId()}
{locale group="quiqqer/invoice-accounting-template" var="body.date"}: {$this->getAttribute('date')}
{if $Customer}
{locale group="quiqqer/invoice-accounting-template" var="body.customerId"}: {$Customer->getId()}
{/if}
{if $Editor}
{locale group="quiqqer/invoice-accounting-template" var="body.editor"}: {$Editor->getName()}
{/if}
{$ArticleList->toHTML()}
{$this->getAttribute('additional_invoice_text')}