{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} {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}

{locale group="quiqqer/invoice-accounting-template" var="title.invoice"}

{if !empty($projectName)} {locale group="quiqqer/invoice-accounting-template" var="body.project" project=$projectName} {/if}
{$ArticleList->toHTML()}
{if !empty($transaction)} {$transaction} {/if}
{locale group="quiqqer/invoice" var="additional.invoice.text.paymentMethod"}: {$Payment->getTitle()}
{$this->getAttribute('additional_invoice_text')} {if $Payment->getInvoiceInformationText($this) !== ''}
{$Payment->getInvoiceInformationText($this)} {/if}