{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}
{template_event name="quiqqer::invoice-accounting-template::invoiceDataEnd" InvoiceView=$this}
{if $useShipping}
{locale group="quiqqer/invoice-accounting-template" var="body.deliveryAddress"}:
{if $DeliveryAddress}
{$DeliveryAddress->getDisplay()}
{else}
{locale group="quiqqer/invoice-accounting-template" var="body.deliveryAddress_like_invoiceAddress"}
{/if}
{/if}
{if !empty($projectName)}
{/if}